gear-orders/web/vite/tsconfig.json

8 lines
165 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"jsx": "react-jsx",
2026-03-05 19:46:44 +00:00
"lib": ["ES2018", "DOM"],
"typeRoots": ["src/*.d.ts"],
"esModuleInterop": true
}
}