dojo / dojo-package-template

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

Migrate to UMD typings #51

Closed kitsonk closed 8 years ago

kitsonk commented 8 years ago

Related to dojo/meta#46

We need to change our package template so that it aligns to the UMD package definition, which means individual .d.ts files per module and not global. It also means we need to leverage the "paths" and "baseUrl" options in our tsconfig.json.