Files
estate-solution/generate-react-cli.json
DmitriyB bb1fa6b6c6 first
2023-02-06 11:27:55 +05:00

15 lines
285 B
JSON

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