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

13 lines
320 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"esModuleInterop": true,
"jsx": "react",
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"composite": true,
"noEmit": true
},
"files": ["index.tsx", "Scene.tsx", "useDrag.ts"],
"references": [{"path": "../../theatre"}]
}