code-connect icon indicating copy to clipboard operation
code-connect copied to clipboard

React README.MD in figma.config.json update.

Open nrenard opened this issue 1 year ago • 0 comments

I guess you guys can add a simple example of include files as this example:

{
  "codeConnect": {
    "include": ["*.figma.tsx"],
    "exclude": ["test/**", "docs/**", "build/**"],

    "react": {
      "importPaths": {
        "src/components/*": "@ui/components"
      },

      "paths": {
        "@ui/components/*": ["src/components/*"]
      }
    }
  }
}

Like adding this *.figma.tsx, in the include line. :)

Thank you.

nrenard avatar Apr 26 '24 17:04 nrenard