From 89c1e4c2056540b098c13382604ea73584d6777d Mon Sep 17 00:00:00 2001 From: Himself65 Date: Mon, 3 Apr 2023 04:32:43 -0500 Subject: [PATCH] build: fix reference (#1787) --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 5db15a0343..3b529f655c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -56,6 +56,9 @@ { "path": "./packages/workspace" }, + { + "path": "./packages/y-indexeddb" + }, { "path": "./tests/fixtures" }