From 58f406ecca89ca7027392d97e28a906c476515f3 Mon Sep 17 00:00:00 2001 From: 刘嘉威 <daidaibg@163.com> Date: 星期一, 10 七月 2023 15:34:59 +0800 Subject: [PATCH] feat: 增加vue2版本的边框组件,添加vueuse依赖 样式微调 --- tsconfig.config.json | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/tsconfig.config.json b/tsconfig.config.json index a15cde0..7a76102 100644 --- a/tsconfig.config.json +++ b/tsconfig.config.json @@ -1,7 +1,13 @@ { - "extends": "@vue/tsconfig/tsconfig.node.json", - "include": ["vite.config.*", "vitest.config.*", "cypress.config.*"], "compilerOptions": { "composite": true, - } + "module": "esnext", + "moduleResolution": "node" + }, + "exclude": ["node_modules","public"], + "include": [ + "vite.config.ts", + "config/**/*.ts", + "config/**/*.d.ts", + ] } -- Gitblit v1.8.0