lanjianrong 3 anos atrás
pai
commit
128fdeb111
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

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