theatre/examples/basic-dom/tsconfig.json

12 lines
234 B
JSON
Raw Normal View History

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