generate-react-cli.json 294 B

123456789101112131415
  1. {
  2. "usesTypeScript": false,
  3. "usesCssModule": true,
  4. "cssPreprocessor": "scss",
  5. "testLibrary": "Testing Library",
  6. "component": {
  7. "default": {
  8. "path": "src/Components",
  9. "withStyle": true,
  10. "withTest": true,
  11. "withStory": false,
  12. "withLazy": true
  13. }
  14. }
  15. }