mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
15 lines
294 B
JSON
15 lines
294 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "../dist/dev-infra-scripts",
|
||
|
|
"target": "es2020",
|
||
|
|
"lib": ["es2020"],
|
||
|
|
"module": "Node16",
|
||
|
|
"types": ["node"],
|
||
|
|
"strict": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"downlevelIteration": true,
|
||
|
|
"esModuleInterop": true
|
||
|
|
}
|
||
|
|
}
|