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,
|
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2015",
|
|
|
|
"typeRoots": ["./node_modules/@types"],
|
|
|
|
"lib": ["esnext", "dom"],
|
|
|
|
"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-01-11 17:07:27 +00:00
|
|
|
"thrift": ["node_modules/@vality/woody/dist/thrift"],
|
|
|
|
"node-int64": ["node_modules/@vality/thrift-ts/lib/int64"]
|
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
|
|
|
}
|