mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Same as 7ba5dc87ed, but for aio
This file is not necessary since CLI v15+
PR Close #52327
15 lines
237 B
JSON
15 lines
237 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/testing/**/*.ts",
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.d.ts"
|
|
]
|
|
}
|