-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathfigma.config.dev.json
More file actions
30 lines (30 loc) · 1.07 KB
/
figma.config.dev.json
File metadata and controls
30 lines (30 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"codeConnect": {
"importPaths": {
"packages/design-system/src/components/*": "@cms/design-system",
"packages/ds-cms-gov/src/components/*": "@cms/ds-cms-gov",
"packages/ds-healthcare-gov/src/components/*": "@cms/ds-healthcare-gov",
"packages/ds-medicare-gov/src/components/*": "@cms/ds-medicare-gov"
},
"include": [
"/packages/design-system/src/components/**/*.{tsx,jsx}",
"/packages/ds-cms-gov/src/components/**/*.{tsx,jsx}",
"/packages/ds-healthcare-gov/src/components/**/*.{tsx,jsx}",
"/packages/ds-medicare-gov/src/components/**/*.{tsx,jsx}"
],
"exclude": [
"**/fonts",
"**/images",
"**/*.stories.tsx",
"**/styles",
"**/*.test.tsx",
"**/utilities",
"**/web-components"
],
"label": "React",
"interactiveSetupFigmaFileUrl": "https://www.figma.com/design/OYkYP4pC9jwS7j2qafwmiv/",
"documentUrlSubstitutions": {
"https://www.figma.com/design/OYkYP4pC9jwS7j2qafwmiv/": "https://www.figma.com/design/OYkYP4pC9jwS7j2qafwmiv/branch/m5vQUe1j796fuQ64nLwEei/"
}
}
}