theatre/packages/example-dom/tsconfig.json
2021-06-18 13:05:06 +02:00

9 lines
191 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"jsx": "react",
"skipDefaultLibCheck": true,
"skipLibCheck": true
},
"files": ["index.tsx", "Scene.tsx", "useDrag.ts"]
}