Switch path alias from @ to ~, add Prettier with organize-imports

This commit is contained in:
2026-04-23 21:13:59 +04:00
parent d68d780a00
commit 8dd618ce88
25 changed files with 118 additions and 77 deletions

View File

@@ -19,8 +19,8 @@
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@generated/*": ["node_modules/.cache/*"]
"~/*": ["src/*"],
"~generated/*": ["node_modules/.cache/*"]
}
},
"include": ["src", "node_modules/.cache/tanstack-router/routeTree.gen.ts"]