2018-08-02 13:41:30 +00:00
|
|
|
{
|
2020-10-07 12:29:59 +00:00
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2022-05-20 11:01:18 +00:00
|
|
|
"module": "ESNext",
|
2020-10-07 12:29:59 +00:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"importHelpers": true,
|
2022-07-07 09:02:53 +00:00
|
|
|
"target": "es2020",
|
2020-10-07 12:29:59 +00:00
|
|
|
"typeRoots": ["./node_modules/@types"],
|
2022-05-20 11:01:18 +00:00
|
|
|
"lib": ["ESNext", "DOM"],
|
2020-10-07 12:29:59 +00:00
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"resolveJsonModule": true,
|
2021-08-05 15:26:06 +00:00
|
|
|
"skipLibCheck": false,
|
2020-10-07 12:29:59 +00:00
|
|
|
"paths": {
|
2022-04-25 08:20:58 +00:00
|
|
|
"@cc/*": ["src/*"],
|
2022-08-01 16:21:48 +00:00
|
|
|
"@vality/ng-core": ["dist/ng-core"],
|
|
|
|
"thrift": ["node_modules/@vality/woody/dist/thrift"]
|
2020-08-21 12:15:41 +00:00
|
|
|
}
|
2020-10-07 12:29:59 +00:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"fullTemplateTypeCheck": true,
|
|
|
|
"strictInjectionParameters": true
|
|
|
|
}
|
2018-08-02 13:41:30 +00:00
|
|
|
}
|