Fixed the build
This commit is contained in:
parent
e73c7f778e
commit
1b573fb766
1 changed files with 3 additions and 1 deletions
|
@ -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"}]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue