figma / plugin-typings

Typings for the Figma Plugin API
MIT License
195 stars 45 forks source link

VSCode linter broken in 1.39.0 #95

Closed imaustink closed 2 years ago

imaustink commented 2 years ago

The TS linter in VScode is unable to find any types from this library as of version 1.39.0. image Downgrading to 1.38.0 solves the issue. image

Strangely, I am still able to compile source using types from this package at version 1.39.0, but the linter can't pick them up.

ymichael commented 2 years ago

Sorry about this, you should be able to fix this by running

npm install @figma/plugin-typings@latest

to pick up the hot fix for this issue. Thanks for reporting!