angular/packages/examples/upgrade/tsconfig.json
Joey Perrott 47660b7684 build: migrate examples to use rules_js (#61650)
Migrate examples to use ng_project and ts_project for building

PR Close #61650
2025-05-26 11:00:59 +00:00

14 lines
300 B
JSON

{
"compilerOptions": {
"lib": ["dom", "es2015"],
"types": ["angular", "jasmine"],
"declaration": true,
"sourceMap": true,
"paths": {
"@angular/*": ["../../*/index"],
},
"experimentalDecorators": true,
"target": "es2015",
"moduleResolution": "node",
}
}