temp/tsconfig.json

17 lines
451 B
JSON

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