/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false, "compilerOptions": { "paths": { "spring-flo": ["projects/flo"], "spring-flo/*": ["projects/flo/*"] }, "baseUrl": "./", "outDir": "./dist/out-tsc", "moduleResolution": "node", "sourceMap": true, "inlineSources": true, "declaration": true, "experimentalDecorators": true, "noImplicitAny": true, "skipLibCheck": true, "stripInternal": true, "target": "ES2022", "module": "ES2022", "useDefineForClassFields": false, "allowSyntheticDefaultImports": true, "lib": ["ES2022", "dom"] }, "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true, "strictInputAccessModifiers": true, "strictTemplates": false } }