gauntlet/example_plugins/plugins/ui_preferences/tsconfig.json
2025-04-24 21:13:43 +02:00

11 lines
No EOL
206 B
JSON

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