lanjianrong il y a 3 ans
Parent
commit
128fdeb111
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

@@ -24,5 +24,6 @@
       "@/*": ["./*"]
     }
   },
-  "include": ["src"]
+  "include": ["src"],
+  "exclude": ["node_modules", "build", "dist"]
 }