gauntlet-cswimr-plugins/tsconfig.json

12 lines
208 B
JSON
Raw 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",
},
"lib": ["ES2020"]
2024-12-22 11:42:50 -05:00
}