Explorar el Código

add typings to be included

mightyplow hace 5 años
padre
commit
a32e573cca
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

@@ -72,6 +72,7 @@
   },
 
   "include": [
-    "src/**/*"
+    "src/**/*",
+    "src/typings"
   ]
 }