mirror of
https://github.com/placeholder-soft/libs.git
synced 2026-06-15 15:27:51 +08:00
32 lines
954 B
JSON
32 lines
954 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"allowJs": false,
|
|
"esModuleInterop": true,
|
|
"preserveConstEnums": true,
|
|
"preserveWatchOutput": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"lib": ["es2017", "dom"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": 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"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|