/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "compileOnSave": false, "compilerOptions": { "strict": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "skipLibCheck": true, "isolatedModules": true, "experimentalDecorators": true, "importHelpers": true, "target": "ES2022", "module": "preserve", "ignoreDeprecations": "6.0", "baseUrl": "." // No `paths` here: each app's own tsconfig.json (apps/*/tsconfig.json) declares its full // alias map (context aliases + @shared/@beheer). A child `paths` object replaces the // parent's wholesale rather than merging per-key, so a shared alias declared only here // would silently vanish from whichever app's tsconfig doesn't redeclare it. }, "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true, "strictInputAccessModifiers": true, "strictTemplates": true }, "files": [], "references": [ { "path": "./apps/ssp/tsconfig.app.json" }, { "path": "./apps/ssp/tsconfig.spec.json" }, { "path": "./apps/behandelportal/tsconfig.app.json" }, { "path": "./apps/behandelportal/tsconfig.spec.json" }, { "path": "./libs/shared/tsconfig.app.json" }, { "path": "./libs/shared/tsconfig.spec.json" }, { "path": "./libs/beheer/tsconfig.app.json" }, { "path": "./libs/beheer/tsconfig.spec.json" } ] }