g-plane / typed-query-selector

Better typed `querySelector` and `querySelectorAll`.
https://www.npmjs.com/package/typed-query-selector
MIT License
729 stars 11 forks source link

Fix extensions (moduleResolution: Node16) #34

Closed fregante closed 1 year ago

fregante commented 1 year ago

Extension-less imports are not valid ESM code. Also TypeScript forces us to use .js, never .ts

g-plane commented 1 year ago

@type-challenges/utils is an npm package name.

fregante commented 1 year ago

Oh right 😅

fregante commented 1 year ago

I hope you can release it soon, it's blocking a PR of mine https://github.com/refined-github/refined-github/pull/6733