chore: config ts-config

This commit is contained in:
vben
2023-04-04 17:13:09 +08:00
parent ba2415c3b4
commit 08d4e34b77
14 changed files with 1787 additions and 5015 deletions

1
types/global.d.ts vendored
View File

@@ -63,7 +63,6 @@ declare global {
VITE_GLOB_APP_TITLE: string;
VITE_GLOB_APP_SHORT_NAME: string;
VITE_USE_CDN: boolean;
VITE_DROP_CONSOLE: boolean;
VITE_BUILD_COMPRESS: 'gzip' | 'brotli' | 'none';
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE: boolean;
}