mirror of
https://github.com/placeholder-soft/libs.git
synced 2026-01-12 22:29:15 +08:00
30 lines
914 B
JSON
30 lines
914 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"importHelpers": true,
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"lib": ["esnext", "dom"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"noImplicitAny": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@placeholdersoft/bigquery": ["packages/bigquery/src/index.ts"],
|
|
"@placeholdersoft/helpers": ["packages/helpers/src/index.ts"],
|
|
"@placeholdersoft/typed-env": ["packages/typed-env/src/index.ts"],
|
|
"@placeholdersoft/typed-env-cli": ["packages/typed-env-cli/src/index.ts"]
|
|
},
|
|
"typeRoots": ["node_modules/@types", "types"]
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|