mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
10 lines
175 B
JSON
10 lines
175 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./out-tsc/app",
|
||
|
|
"types": []
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts"],
|
||
|
|
"exclude": ["src/**/*.spec.ts"]
|
||
|
|
}
|