developit / htm

Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.
Apache License 2.0
8.64k stars 169 forks source link

Fix nodenext module support from TypeScript 4.7 #221

Closed wight554 closed 2 years ago

wight554 commented 2 years ago
wight554 commented 2 years ago

Can be shimmed by:

declare module 'htm/preact' {
  export * from 'node_modules/htm/preact/index.js';
}

But it would be better to fix it properly

wight554 commented 2 years ago

cc @developit

developit commented 2 years ago

Thanks @wight554 - published as 3.1.1.