mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9cf7b44f7c
Those options are enabled by default, they don't need to be explicit.
26 lines
538 B
JSON
26 lines
538 B
JSON
{
|
|
"compilerOptions": {
|
|
"stableTypeOrdering": true,
|
|
"module": "esnext",
|
|
"target": "es2022",
|
|
"moduleResolution": "node",
|
|
"downlevelIteration": true,
|
|
"esModuleInterop": true,
|
|
"inlineSources": true,
|
|
"declaration": true,
|
|
"noEmitOnError": false,
|
|
"stripInternal": true,
|
|
"sourceMap": true,
|
|
"noImplicitOverride": true,
|
|
"lib": [
|
|
"es5",
|
|
"dom",
|
|
"es2015.iterable",
|
|
"es2015.promise",
|
|
"es2015.symbol",
|
|
"es2015.symbol.wellknown",
|
|
"es2022.object"
|
|
]
|
|
}
|
|
}
|