{ "compileOnSave": false, "compilerOptions": { "outDir": "./dist/out-tsc", "strict": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "skipLibCheck": true, "esModuleInterop": true, "sourceMap": true, "declaration": false, "experimentalDecorators": true, "moduleResolution": "bundler", "importHelpers": true, "target": "ES2022", "module": "ES2022", "lib": [ "ES2022", "dom", "esnext.asynciterable" ], "baseUrl": "./", "paths": { "@spartan-ng/helm/input": [ "src/app/core/base-components/input/src/index.ts" ], "@spartan-ng/helm/utils": [ "src/app/core/base-components/utils/src/index.ts" ], "@spartan-ng/helm/label": [ "./src/app/core/base-components/label/src/index.ts" ] } }, "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true, "strictInputAccessModifiers": true, "strictTemplates": true } }