Open diegohaz opened 3 months ago
Description of the Issue:
There's an issue with the TypeScript declaration files in v1.3.1, possibly related to #116.
When using "moduleResolution": "Node16" or "NodeNext", TypeScript no longer recognizes GeistSans as an exported member of geist/font/sans.
"moduleResolution": "Node16"
"NodeNext"
GeistSans
geist/font/sans
Steps to Reproduce:
Expected Behavior:
It should work without TypeScript errors like in v1.3.0
Will take a look! Thanks for reporting.
same issue
still having this issue. is there a fix on the way?
Same.
Description of the Issue:
There's an issue with the TypeScript declaration files in v1.3.1, possibly related to #116.
When using
"moduleResolution": "Node16"
or"NodeNext"
, TypeScript no longer recognizesGeistSans
as an exported member ofgeist/font/sans
.Steps to Reproduce:
Expected Behavior:
It should work without TypeScript errors like in v1.3.0