Fixed the build

This commit is contained in:
Aria Minaei 2021-09-22 09:38:12 +02:00
parent e73c7f778e
commit 1b573fb766

View file

@ -1,4 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"esModuleInterop": true,
"jsx": "react",
@ -7,5 +8,6 @@
"composite": true,
"noEmit": true
},
"files": ["index.tsx", "Scene.tsx", "useDrag.ts"]
"files": ["index.tsx", "Scene.tsx", "useDrag.ts"],
"references": [{"path": "../../theatre"}]
}