gear-orders/flask/vite/tsconfig.json
2026-03-05 13:46:44 -06:00

8 lines
No EOL
165 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"lib": ["ES2018", "DOM"],
"typeRoots": ["src/*.d.ts"],
"esModuleInterop": true
}
}