gear-orders/flask/vite/tsconfig.json

8 lines
165 B
JSON
Raw Normal View History

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