mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
21 lines
334 B
JSON
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"
|
|
]
|
|
}
|