generated from morewings/react-library-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenerate-react-cli.json
30 lines (30 loc) · 921 Bytes
/
generate-react-cli.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
{
"usesTypeScript": true,
"usesCssModule": true,
"cssPreprocessor": "css",
"testLibrary": "Testing Library",
"component": {
"default": {
"path": "src/lib",
"withLazy": false,
"withStory": true,
"withStyle": true,
"withTest": false,
"withIndex": true,
"withMdx": true,
"withHook": true,
"withHookTest": true,
"customTemplates": {
"component": "templates/Component/TemplateName.tsx",
"style": "templates/Component/TemplateName.module.css",
"story": "templates/Component/TemplateName.stories.tsx",
"index": "templates/Component/index.ts",
"mdx": "templates/Component/TemplateName.mdx",
"test": "templates/Component/TemplateName.spec.tsx",
"hook": "templates/Component/useLogic.ts",
"hookTest": "templates/Component/useLogic.spec.ts"
}
}
},
"usesStyledComponents": false
}