dojo/dojo-package-template

Leverage `"includes"` instead of `"filesGlob"`

Closed this issue · 1 comments

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.

Closed via #53