front init

This commit is contained in:
Daniil
2026-01-12 23:06:40 +03:00
parent b1d3e89988
commit 749fda017c
27 changed files with 2322 additions and 148 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"usesTypeScript": true,
"usesStyledComponents": false,
"usesCssModule": true,
"cssPreprocessor": "scss",
"testLibrary": "Testing Library",
"component": {
"default": {
"path": "src/shared",
"withStyle": true,
"withTest": false,
"withStory": false,
"withLazy": false,
"withIndex": true,
"withTypeDeclare": true,
"customTemplates": {
"index": ".templates/component/index.ts",
"component": ".templates/component/TemplateName.tsx",
"typeDeclare": ".templates/component/TemplateName.d.ts",
"style": ".templates/component/TemplateName.module.scss"
}
}
}
}