dojo / dojo-package-template

Dojo 2 - template to clone for creating packages (internal use)
Other
6 stars 18 forks source link

Leverage `"includes"` instead of `"filesGlob"` #52

Closed kitsonk closed 8 years ago

kitsonk commented 8 years ago

As part of the migration to TS 2.0, we want to leverage "includes" instead of "filesGlob" for our package template. filesGlob was a "construct" anyways and now tsc can natively understand glob patterns instead of having to list each file individually.

kitsonk commented 8 years ago

Closed via #53