lanjianrong hace 3 años
padre
commit
128fdeb111
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

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