/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "extends": "@nhcarrigan/typescript-config", "compilerOptions": { "rootDir": "./src", "outDir": "./dist", "target": "es5", "module": "ES2022", "lib": ["ES2022", "dom"] }, "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true, "strictInputAccessModifiers": true, "strictTemplates": true } }