mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
19 lines
271 B
JSON
19 lines
271 B
JSON
|
|
{
|
||
|
|
"description": "Angular Compiler Options",
|
||
|
|
"files": [
|
||
|
|
"!**/*.d.ts",
|
||
|
|
"!**/*.js",
|
||
|
|
"!**/*.[1,2].*",
|
||
|
|
"!doc-files/**/*",
|
||
|
|
"!tsconfig.json",
|
||
|
|
"!tsconfig.app.json"
|
||
|
|
],
|
||
|
|
"tags": [
|
||
|
|
[
|
||
|
|
"angular",
|
||
|
|
"compiler",
|
||
|
|
"options"
|
||
|
|
]
|
||
|
|
]
|
||
|
|
}
|