gauntlet/example_plugins/plugins/ui_inline_main/tsconfig.json
2025-03-15 20:14:10 +01:00

11 lines
No EOL
206 B
JSON

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