theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 310 forks source link

Current master build doesn't declare main module or types #1086

Closed jason0x43 closed 4 years ago

jason0x43 commented 4 years ago

The code organization in master has changed, and the index.js and index.d.ts are no longer in the package root. This causes TS errors when building tests because the Intern typings can't be found. The build should be updated to either put them back in the root or add "main" and "types" keys to package.json.