Files
world/tsconfig.react.json

12 lines
229 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx",
"types": ["vite/client", "react", "react-dom"],
"noEmit": true,
"skipLibCheck": true
},
"include": ["src/react"],
"exclude": []
}