diff --git a/examples/basic-dom/tsconfig.json b/examples/basic-dom/tsconfig.json index a8849c8..4210fbd 100644 --- a/examples/basic-dom/tsconfig.json +++ b/examples/basic-dom/tsconfig.json @@ -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"}] }