dojo / dojo-package-template

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

Remove triple-slash references from typings #20

Closed kitsonk closed 8 years ago

kitsonk commented 8 years ago

Given that we are now using tsconfig.json we shouldn't need reference directives in our typings files. It works fine, except when you then need to depend on something that then depends on node.d.ts and you then start getting duplicate definition errors in the build process.

Obviously they are still working on the typings, but for now, it might make sense to pull them out and make sure the tsconfig.json has the right information.

kitsonk commented 8 years ago

This is being done via the realignment of the distributions.