15 lines
294 B
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
|
|
}
|
|
}
|
|
} |