gauntlet/js/react_renderer/tsconfig.json
2023-11-30 20:52:41 +01:00

12 lines
No EOL
241 B
JSON

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