From 0e7e9f8f4e37a97040a11850dd7bf5a6596ef883 Mon Sep 17 00:00:00 2001 From: Zihua Li Date: Tue, 16 Jan 2024 15:10:02 +0800 Subject: [PATCH] Switch moduleResolution to bundler --- packages/quill/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/quill/tsconfig.json b/packages/quill/tsconfig.json index b9af28d368..c99fce116e 100644 --- a/packages/quill/tsconfig.json +++ b/packages/quill/tsconfig.json @@ -13,7 +13,7 @@ "resolveJsonModule": true, "declaration": false, "module": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "strictNullChecks": true, "noImplicitAny": true, "noUnusedLocals": true