mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c73520bb74
With this change, interpolations that don't have a suffix will miss the last argument which was previously an empty string. PR Close #60066
10 lines
290 B
JSON
10 lines
290 B
JSON
/** Root tsconfig file for checking Angular packages with tsec. */
|
|
{
|
|
"extends": "./tsconfig-build.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"lib": ["es2020", "es2022", "dom", "dom.iterable"],
|
|
"plugins": [{"name": "tsec", "exemptionConfig": "./tsec-exemption.json"}]
|
|
}
|
|
}
|