Explorar el Código

Update tsconfig.json

customisations
alemart hace 8 meses
padre
commit
5c9fd4c6b2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      tsconfig.json

+ 2
- 2
tsconfig.json Ver fichero

@@ -15,7 +15,7 @@
15 15
         "forceConsistentCasingInFileNames": true,
16 16
         "preserveSymlinks": true
17 17
     },
18
-    "exclude": [
19
-        "node_modules"
18
+    "include": [
19
+        "src/**/*"
20 20
     ]
21 21
 }

Loading…
Cancelar
Guardar