mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
82cd7d6db2
Same as 7ba5dc87ed, but for aio
This file is not necessary since CLI v15+
PR Close #52327
16 lines
237 B
JSON
16 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"
|
|
]
|
|
}
|