theatre/packages/example-dom/tsconfig.json

10 lines
191 B
JSON
Raw Normal View History

2021-06-18 13:05:06 +02:00
{
"compilerOptions": {
"esModuleInterop": true,
"jsx": "react",
"skipDefaultLibCheck": true,
"skipLibCheck": true
},
"files": ["index.tsx", "Scene.tsx", "useDrag.ts"]
}