Hi, i’m trying to migrate the Figma plugin to Dynamically Load Pages, followed the instructions here: Migrating Plugins to Dynamically Load Pages | Plugin API
And after i installed the linter the build fails with this error:
error TS2688: Cannot find type definition file for '@types/eslint-plugin-figma-plugins'.
The file is in the program because:
Entry point of type library '@types/eslint-plugin-figma-plugins' specified in compilerOptions
Anyone had this issue?