gauntlet/js/react_renderer/tsconfig.json

12 lines
No EOL
266 B
JSON

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