gauntlet/js/core/tsconfig.json

12 lines
No EOL
265 B
JSON

{
"compilerOptions": {
"strict": true,
"module": "ES2022",
"esModuleInterop": true,
"target": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"types": ["@project-gauntlet/typings", "@types/deno"]
},
"lib": ["ES2020"]
}