angular/scripts/tsconfig.json
2022-06-22 14:35:31 -07:00

14 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
}
}