From 9dfa701454d6a94690bad39dbb0e38f2a0b31489 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 18 六月 2024 18:08:47 +0800 Subject: [PATCH] build --- tsconfig.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9472c20..714c295 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,10 +3,10 @@ "extends": "@vben/ts-config/vue-app.json", "compilerOptions": { "baseUrl": ".", - "types": ["vite/client", "unplugin-vue-define-options/macros-global"], + "declaration": false, + "types": ["vite/client"], "paths": { "/@/*": ["src/*"], - "/#/*": ["types/*"], "@/*": ["src/*"], "#/*": ["types/*"] } -- Gitblit v1.9.3