curriculum/generate-react-cli.json

14 lines
263 B
JSON
Raw Permalink Normal View History

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