angular/aio/tsconfig.app.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

21 lines
334 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": [
"trusted-types"
],
"plugins": [
{
"name": "tsec",
"exemptionConfig": "./security-exemptions.json"
}
]
},
"files": [
"src/main.ts",
],
"include": [
"src/**/*.d.ts"
]
}