lukeed / uvu

uvu is an extremely fast and lightweight test runner for Node.js and the browser
MIT License
2.97k stars 100 forks source link

Support `NodeNext` TypeScript module resolution #211

Closed tom-sherman closed 2 years ago

tom-sherman commented 2 years ago

Closes #210

See https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing

lukeed commented 2 years ago

Thank you – closing in favor of #209

Also the "types" conditions have to be placed first. You can see this in the document you linked