mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
This fix allows to import modules in TypesScript 1.7 using `import` keyword, like: import * as sinonChai from 'sinon-chai'; The current version gives compilation error: "Module sinon-chai resolves to a non-module entity"