angular/aio/tsconfig.spec.json
Matthieu Riegler fdf6cb8ca7 docs(docs-infra): remove polyfills.ts (#50409)
We can use the angular.json directly.

PR Close #50409
2023-05-23 14:13:40 +00:00

18 lines
274 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine",
"node"
]
},
"files": [
"src/test.ts",
],
"include": [
"src/testing/**/*.ts",
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}