Ver Fonte

add typings to be included

mightyplow há 5 anos atrás
pai
commit
a32e573cca
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

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