-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Description
It would be useful if the plugin had support for filesGlob attribute for the tsconfig.json file.
Like in Atom, we can have an filesGlob attribute like this:
"filesGlob": [
"./src/*.ts",
"./test/unit/*.ts",
"./typings/tsd.d.ts"
],
and it will scan the directories and add the files to files section.
Thanks