56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
/*"strict": true,
|
|
"noImplicitOverride": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
*/
|
|
"paths": {
|
|
"kar-cw": [
|
|
"./dist/kar-cw"
|
|
]
|
|
},
|
|
/*
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
*/
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"useDefineForClassFields": false,
|
|
"lib": [
|
|
"ES2022",
|
|
"dom"
|
|
],
|
|
"emitDecoratorMetadata": true,
|
|
"declarationMap": true,
|
|
"inlineSources": true,
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
/*"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true
|
|
*/
|
|
},
|
|
"exclude": [
|
|
"./src/**/*.spec.ts"
|
|
],
|
|
"include": [
|
|
"./src/**/*.ts",
|
|
"src/public-api.ts__"
|
|
],
|
|
"exports": "./src/**/*",
|
|
"scripts": true,
|
|
"styles": true,
|
|
"hidden": true,
|
|
"vendor": true
|
|
} |