feat: add types folder to boilerplate

This commit is contained in:
2025-09-30 12:51:28 +02:00
parent a0527eb23d
commit 48dceb44b7
2 changed files with 1 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ export default defineConfig([
["^(\\u0000|(?!(react$))@?\\w)(?!\\.).*"], ["^(\\u0000|(?!(react$))@?\\w)(?!\\.).*"],
// 3. Hashed (absolute) imports, in a specific order: // 3. Hashed (absolute) imports, in a specific order:
["^@/assets/"], ["^@/assets/"],
["^@/types/"],
["^@/components/ui/"], ["^@/components/ui/"],
["^@/components/"], ["^@/components/"],
["^@/config/"], ["^@/config/"],

0
src/types/.gitkeep Normal file
View File