mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
dd02bfe743
Use ts_project instead of ts_library for building zone.js PR Close #62673
25 lines
505 B
JSON
25 lines
505 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "es2022",
|
|
"moduleResolution": "node",
|
|
"downlevelIteration": true,
|
|
"esModuleInterop": true,
|
|
"inlineSources": true,
|
|
"declaration": true,
|
|
"noEmitOnError": false,
|
|
"stripInternal": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"noImplicitOverride": true,
|
|
"lib": [
|
|
"es5",
|
|
"dom",
|
|
"es2015.iterable",
|
|
"es2015.promise",
|
|
"es2015.symbol",
|
|
"es2015.symbol.wellknown"
|
|
],
|
|
},
|
|
}
|