From 9f9ae3e0253f2d657b6b337d62d269394d04ee09 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期五, 17 十一月 2023 14:29:08 +0800 Subject: [PATCH] 版本更新 --- tsconfig.json | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 19b8d79..9827631 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "experimentalDecorators": true, "skipLibCheck": true, "esModuleInterop": true, + "allowJs": true, //缂栬瘧鏃跺厑璁告湁js "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "useDefineForClassFields": true, @@ -26,7 +27,8 @@ "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx", - "src/components/config/particles-config.js" + "src/components/config/particles-config.js", + "src/utils/drag.js" ], "exclude": ["node_modules"] } -- Gitblit v1.9.3