Forráskód Böngészése

add typings to be included

mightyplow 5 éve
szülő
commit
a32e573cca
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

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