pastelsky / tsdocs

Browse type documentation for JS libraries
https://tsdocs.dev
MIT License
1.13k stars 25 forks source link

Support "main" field pointing to a TypeScript #59

Open hydroper opened 6 months ago

hydroper commented 6 months ago

I think it's straightforward to support this in NPM manifests:

{
  "main": "./src/index.ts"
}

I'm actually needing it because I'm avoiding the bundle hell in my packages.