ソースを参照

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"]
 }