theatre/examples/basic-dom/tsconfig.json
2021-09-22 09:30:42 +02:00

11 lines
234 B
JSON

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