mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
With this change, interpolations that don't have a suffix will miss the last argument which was previously an empty string. PR Close #60066
9 lines
290 B
JSON
9 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"}]
|
|
}
|
|
}
|