| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* 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": false,
- "skipLibCheck": true,
- "isolatedModules": false,
- "useDefineForClassFields": false,
- "experimentalDecorators": true,
- "importHelpers": true,
- "resolveJsonModule": true,
- "target": "ES2022",
- "module": "preserve",
- "baseUrl": ".",
- "noImplicitAny": false,
- "strictPropertyInitialization": false,
- "paths": {
- "dp-ui": ["dependencies/dp-ui/dp.module"],
- "dp-ui/*": ["dependencies/dp-ui/*"],
- "angularlib": ["dependencies/angularlib/angularlib.module"],
- "angularlib/*": ["dependencies/angularlib/*"],
- "assets/language.packs/*": ["src/assets/language.packs/*"]
- }
- },
- "angularCompilerOptions": {
- "enableI18nLegacyMessageIdFormat": false,
- "strictInjectionParameters": false,
- "strictInputAccessModifiers": false,
- "typeCheckHostBindings": false,
- "strictTemplates": false
- },
- "files": [],
- "references": [
- {
- "path": "./tsconfig.app.json"
- },
- {
- "path": "./tsconfig.spec.json"
- }
- ]
- }
|