gauntlet-cswimr-plugins/tsconfig.json
2024-10-17 15:20:23 -04:00

12 lines
No EOL
247 B
JSON

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