Files
ts-onlinetime-ranks/frontend/generate-react-cli.json

15 lines
294 B
JSON

{
"usesTypeScript": true,
"usesCssModule": false,
"cssPreprocessor": "scss",
"testLibrary": "Testing Library",
"component": {
"default": {
"path": "src/components",
"withStyle": true,
"withTest": true,
"withStory": false,
"withLazy": true
}
}
}