gauntlet/js/scenario_runner_cli/tsconfig.json

11 lines
No EOL
202 B
JSON

{
"compilerOptions": {
"strict": true,
"module": "ES2022",
"esModuleInterop": true,
"target": "ES2022",
"moduleResolution": "bundler",
"jsx": "react"
},
"lib": ["ES2020"]
}