yo/tsconfig.app.json

18 lines
455 B
JSON
Raw Permalink Normal View History

2024-11-13 07:28:01 +00:00
/* 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. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
2024-11-13 08:28:06 +00:00
"types": [
"@angular/localize"
]
2024-11-13 07:28:01 +00:00
},
"files": [
"src/main.ts"
],
"include": [
"src/**/*.d.ts"
]
}