server_home/generate-react-cli.json

14 lines
264 B
JSON
Raw Normal View History

2024-05-30 16:44:57 +00:00
{
"usesTypeScript": false,
"usesStyledComponents": true,
"testLibrary": "None",
"component": {
"default": {
"path": "src/components",
"withStyle": false,
"withTest": false,
"withStory": false,
"withLazy": false
}
}
}