mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
47660b7684
Migrate examples to use ng_project and ts_project for building PR Close #61650
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "es2015"],
|
|
"types": ["angular", "jasmine"],
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"paths": {
|
|
"@angular/*": ["../../*/index"],
|
|
},
|
|
"experimentalDecorators": true,
|
|
"target": "es2015",
|
|
"moduleResolution": "node",
|
|
}
|
|
}
|