Browse Source

build: 在 tsconfig.json 中排除 dist 目录

feige996 8 months ago
parent
commit
903da5c6fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -39,5 +39,5 @@
     "src/**/*.vue",
     "src/**/*.json"
   ],
-  "exclude": ["node_modules"]
+  "exclude": ["node_modules", "dist"]
 }