-
Notifications
You must be signed in to change notification settings - Fork 1
/
figmagic.json
30 lines (30 loc) · 881 Bytes
/
figmagic.json
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
{
"syncElements": true,
"outputGraphicElements": true,
"outputFolderGraphics": "src/graphics",
"outputFolderElements": "src/elements",
"outputFolderTokens": "src/tokens",
"outputFormatCss": "js",
"outputFormatDescription": "md",
"outputFormatElements": "js",
"outputFormatGraphics": "svg",
"outputFormatStorybook": "mdx",
"outputFormatTokens": "js",
"templates": {
"templatePathGraphic": "./node_modules/figmagic/templates/graphic",
"templatePathReact": "./node_modules/figmagic/templates/react",
"templatePathStorybook": "./node_modules/figmagic/templates/story",
"templatePathStyled": "./node_modules/figmagic/templates/styled"
},
"overwrite": {
"css": true,
"description": true,
"graphic": true,
"react": false,
"storybook": false,
"styled": false
},
"skipFileGeneration": {
"forceUpdate": false
}
}