gauntlet-cswimr-plugins/tsconfig.json

12 lines
247 B
JSON
Raw Permalink Normal View History

2024-10-17 15:20:23 -04:00
{
"compilerOptions": {
"strict": true,
"module": "ES2022",
"esModuleInterop": true,
"target": "ES2022",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"types": ["@project-gauntlet/deno"]
},
"lib": ["ES2020"]
}