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.
The code organization in master has changed, and the
index.js
andindex.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.