Explorar o código

add typings to be included

mightyplow %!s(int64=5) %!d(string=hai) anos
pai
achega
a32e573cca
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

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