mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6fea9c88cc
Migrate examples to use ng_project and ts_project for building PR Close #61652
7 lines
121 B
JSON
7 lines
121 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["es2015"],
|
|
"types": ["node", "jasminewd2"]
|
|
}
|
|
} |