From 455cb4937ee20745ca8e9af7aed8a8562f45adc6 Mon Sep 17 00:00:00 2001 From: PiEgg Date: Wed, 8 Mar 2023 10:17:05 +0800 Subject: [PATCH] :bug: Fix: typescript nightly build bug ISSUES CLOSED: #1082 --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1045e52..6b28ffd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,9 @@ "vue3-photo-preview" ], "typeRoots": [ - "./src/universal/types/*", + "./src/universal/types/", + "./node_modules/@types", + "./node_modules", ], "paths": { "@/*": [