Closed kitsonk closed 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.
.d.ts
"paths"
"baseUrl"
tsconfig.json
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 ourtsconfig.json
.