diff --git a/devEnv/typecheck-all-projects/tsconfig.all.json b/devEnv/typecheck-all-projects/tsconfig.all.json index 12b0cdb..3b35fa5 100644 --- a/devEnv/typecheck-all-projects/tsconfig.all.json +++ b/devEnv/typecheck-all-projects/tsconfig.all.json @@ -10,6 +10,7 @@ {"path": "../../packages/dataverse"}, {"path": "../../packages/playground"}, {"path": "../../packages/benchmarks"}, + {"path": "../../packages/react"}, {"path": "../../packages/r3f"}, {"path": "../../examples/basic-dom"}, {"path": "../../compat-tests"}, diff --git a/packages/playground/package.json b/packages/playground/package.json index 550aa0d..750b569 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -23,6 +23,7 @@ "@theatre/core": "workspace:*", "@theatre/dataverse": "workspace:*", "@theatre/r3f": "workspace:*", + "@theatre/react": "workspace:*", "@theatre/studio": "workspace:*", "@types/jest": "^26.0.23", "@types/lodash-es": "^4.17.4", diff --git a/yarn.lock b/yarn.lock index 93d0bf8..3a6ebe5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -25223,6 +25223,7 @@ fsevents@^1.2.7: "@theatre/core": "workspace:*" "@theatre/dataverse": "workspace:*" "@theatre/r3f": "workspace:*" + "@theatre/react": "workspace:*" "@theatre/studio": "workspace:*" "@types/jest": ^26.0.23 "@types/lodash-es": ^4.17.4