Switch path alias from @ to ~, add Prettier with organize-imports
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user