mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
These changes include - Remove the usage of `enableProdMode` - Remove `test.ts`, `polyfills.ts`, `karma.conf.js` and environment files which are no longer generated by default PR Close #47904
15 lines
292 B
JSON
15 lines
292 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": [
|
|
"jasmine"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.d.ts",
|
|
"src/testing"
|
|
]
|
|
}
|