From ff126f8f99046c4f167df2ebb6c25525466cfb96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Thu, 1 Feb 2024 19:05:11 +0800 Subject: [PATCH] fix: ts error --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 9a54874..7b5ac1f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "paths": { "@/*": ["./src/*"] }, + "outDir": "dist", "lib": ["esnext", "dom"], "types": [ "@dcloudio/types",