ソースを参照

add typings to be included

mightyplow 5 年 前
コミット
a32e573cca
1 ファイル変更2 行追加1 行削除
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

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