Skip to content

Figma typings npm

Tom Quirk requested to merge figma-typings-npm into master

What does this MR do?

Use figma typings from npm

Previously we included the figma typings file in our source code.

This MR adds @figma/plugin-typings as a dependency and updates TSConfig to use it's typings (as per the docs: https://www.figma.com/plugin-docs/api/nodes/)

Checklist

  • Generated new gitlab_figma_plugin_dist.zip (npm run pkg) file if changes have been made to src/
  • Added tests for new functionality

Merge request reports