From 96add08ff45a3678b57ee809ff40a78dd86ff94f Mon Sep 17 00:00:00 2001 From: Saul-Mirone Date: Sun, 16 Mar 2025 14:25:20 +0000 Subject: [PATCH] fix(editor): should include node types (#10892) --- blocksuite/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocksuite/tsconfig.json b/blocksuite/tsconfig.json index c44d0c4067..4b9343a90c 100644 --- a/blocksuite/tsconfig.json +++ b/blocksuite/tsconfig.json @@ -2,6 +2,6 @@ // exists for easier extending in blocksuite packages "extends": "../tsconfig.web.json", "compilerOptions": { - "types": [] + "types": ["node"] } }