56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"moduleResolution": "bundler",
|
|
"emitDecoratorMetadata": false,
|
|
"resolveJsonModule": true,
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"outDir": "./dist/out-tsc",
|
|
"strict": true,
|
|
"noImplicitOverride": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"skipLibCheck": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"paths": {
|
|
"core-js/es7/reflect": [
|
|
"./node_modules/core-js/proposals/reflect-metadata"
|
|
],
|
|
"@environment/*": [
|
|
"src/environments/*"
|
|
],
|
|
"@app/*": [
|
|
"src/app/*"
|
|
],
|
|
"@lib/*": [
|
|
"projects/shared-meet-components/src/lib/*"
|
|
],
|
|
"@typings-ce": [
|
|
"projects/shared-meet-components/src/lib/typings/ce/index.ts"
|
|
]
|
|
},
|
|
"importHelpers": true,
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"lib": [
|
|
"ES2022",
|
|
"dom"
|
|
]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true
|
|
},
|
|
"exclude": ["node_modules", "dist", "tests", "e2e", "src/test.ts", "src/**/*.spec.ts"]
|
|
}
|