file ordering

This commit is contained in:
2026-02-06 14:55:42 -05:00
parent 1293d30225
commit 1e3b794b8e
101 changed files with 1662 additions and 4224 deletions

View File

@@ -12,13 +12,7 @@
"types": ["bun-types"],
"baseUrl": ".",
"paths": {
"@/components/*": ["src/components/*"],
"@/stores/*": ["src/stores/*"],
"@/types/*": ["src/types/*"],
"@/utils/*": ["src/utils/*"],
"@/hooks/*": ["src/hooks/*"],
"@/api/*": ["src/api/*"],
"@/data/*": ["src/data/*"]
"@/*": ["src/*"],
}
},
"include": ["src/**/*", "tests/**/*"]