code-connect
code-connect copied to clipboard
React README.MD in figma.config.json update.
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.