theatre/examples/basic-dom/tsconfig.json
2021-08-06 12:00:19 +02:00

9 lines
191 B
JSON

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