Parcourir la source

add typings to be included

mightyplow il y a 5 ans
Parent
commit
a32e573cca
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

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