mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
70f959b3bd
Migrate the generated script to target node20 which is already the environment we run the action in. PR Close #61149
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "ES2021",
|
|
"lib": ["es2021"],
|
|
"experimentalDecorators": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitOverride": true,
|
|
"esModuleInterop": true,
|
|
"noImplicitReturns": true,
|
|
"declaration": true,
|
|
"sourceMap": true
|
|
|
|
}
|
|
} |