From 31926490c321e2c9d8bfcc289bbe4d05e2208038 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 18 六月 2024 14:55:32 +0800 Subject: [PATCH] .gitignore --- 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