gear-orders/web/vite/tsconfig.json

8 lines
No EOL
165 B
JSON

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