Moving typings to the TS client folder

This commit is contained in:
Pawel Kadluczka 2017-06-28 11:10:19 -07:00 committed by Pawel Kadluczka
parent cdfff68672
commit 86756d11dd
6 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@
}, },
"include": [ "include": [
"./**/*", "./**/*",
"../../typings/*" "../typings/*"
] ]
} }

View File

@ -14,6 +14,6 @@
}, },
"include": [ "include": [
"./**/*", "./**/*",
"../../typings/*" "../typings/*"
] ]
} }