From b7e62ad2625121586b1254dab69b3c3d38da71de Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期二, 31 十月 2023 17:31:10 +0800 Subject: [PATCH] 投影图层修改,在线制图修改 --- tsconfig.json | 24 ++++++++---------------- 1 files changed, 8 insertions(+), 16 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e4e9edc..9827631 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,34 +9,26 @@ "experimentalDecorators": true, "skipLibCheck": true, "esModuleInterop": true, + "allowJs": true, //缂栬瘧鏃跺厑璁告湁js "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "useDefineForClassFields": true, "sourceMap": true, "baseUrl": ".", - "types": [ - "webpack-env" - ], + "types": ["webpack-env"], "paths": { - "@/*": [ - "src/*" - ] + "@/*": ["src/*"] }, - "lib": [ - "esnext", - "dom", - "dom.iterable", - "scripthost" - ] + "lib": ["esnext", "dom", "dom.iterable", "scripthost"] }, "include": [ "src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", - "tests/**/*.tsx" + "tests/**/*.tsx", + "src/components/config/particles-config.js", + "src/utils/drag.js" ], - "exclude": [ - "node_modules" - ] + "exclude": ["node_modules"] } -- Gitblit v1.9.3