Преглед изворни кода

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

feige996 пре 8 месеци
родитељ
комит
903da5c6fd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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