now handles multiple typings recursivly

This commit is contained in:
2016-02-06 18:56:42 +01:00
parent 4b2c0fe461
commit 0dc307f082
7 changed files with 46 additions and 14 deletions

View File

@ -4,6 +4,9 @@
"./customdir/*.ts":"./"
},
"typings":[
"./ts",
"./subts1/",
"./subts2/",
"./customdir"
]
}