dojo / dojo-package-template

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

Make intern.ts work with strictNullChecks #54

Closed kitsonk closed 7 years ago

kitsonk commented 8 years ago

This modifies the default intern.ts to work when strictNullChecks is enabled.

It also alphabetises the order of the compiler options to make it easier to locate properties.