mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"downlevelIteration": true,
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"typeRoots": ["./node_modules/@types"],
|
|
"lib": ["esnext", "dom"],
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": false,
|
|
"paths": {
|
|
"@cc/components/*": ["src/components/*"],
|
|
"@cc/utils/*": ["src/utils/*"],
|
|
"@cc/app/shared/*": ["src/app/shared/*"],
|
|
"@cc/app/api/*": ["src/app/api/*"],
|
|
"thrift": ["node_modules/@vality/woody/dist/thrift"],
|
|
"node-int64": ["node_modules/@vality/thrift-ts/lib/int64"]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true
|
|
}
|
|
}
|