mirror of
https://github.com/valitydev/ng-thrift.git
synced 2024-11-06 08:15:23 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"noImplicitOverride": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"sourceMap": true,
|
|
"paths": {
|
|
"@ng-doc/generated": ["./ng-doc/ng-thrift-doc/index.ts"],
|
|
"@ng-doc/generated/*": ["./ng-doc/ng-thrift-doc/*"],
|
|
"@vality/ng-thrift": ["./projects/ng-thrift/dist"]
|
|
},
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"useDefineForClassFields": false,
|
|
"lib": ["ES2022", "dom"]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true
|
|
}
|
|
}
|