lukeed / uuid

A tiny (~230B)and fast UUID (V4) generator for Node and the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include types in `pkg.exports` to support new TS5.0 `"moduleResolution": "bundler"`

alexiglesias93 opened this issue · comments

I'm getting a type error in my project after turning on the new --moduleResolution bundler from TypeScript v5.

As publint mentions, the type definitions should be included in pkg.exports.