gauntlet-cswimr-plugins/tsconfig.json
cswimr 3d3a80c688
All checks were successful
Build Plugins / Build plugins (push) Successful in 22s
tooling updates
2024-12-22 11:42:50 -05:00

11 lines
208 B
JSON

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