vadimdemedes / ink

🌈 React for interactive command-line apps
https://term.ink
MIT License
26.42k stars 594 forks source link

Please fix the issue that TS can't find ink's types #620

Closed alengYuan closed 1 year ago

alengYuan commented 1 year ago

I use ink (4.3.1) in VSCode (1.81.1), and TS says that Cannot find module 'ink' or its corresponding type declarations.ts(2307).

Please add field types in package.json of ink, just like this:

{
    "name": "ink",
    ...
    "types": "build/",
    ...
}

It would fix the issue.

sindresorhus commented 1 year ago

Duplicate of #552