Skip to content

Commit

Permalink
chore: remove unused path aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Veirt committed Nov 21, 2024
1 parent f8245c9 commit 6159940
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@
// "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
"paths": {
"@controllers/*": ["./src/controllers/*"],
"@routes/*": ["./src/routes/*"],
"@schemas/*": ["./src/schemas/*"],
"@middleware/*": ["./src/middleware/*"],
"@services/*": ["./src/services/*"],
"@/*": ["./src/*"]
} /* Specify a set of entries that re-map imports to additional lookup locations. */,
"rootDirs": [
Expand Down
2 changes: 0 additions & 2 deletions vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ export default {
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),
"@controllers": path.resolve(__dirname, "./src/controllers"),
"@routes": path.resolve(__dirname, "./src/routes"),
"@schemas": path.resolve(__dirname, "./src/schemas"),
"@middleware": path.resolve(__dirname, "./src/middleware"),
"@services": path.resolve(__dirname, "./src/services"),
},
},
env: {
Expand Down

0 comments on commit 6159940

Please sign in to comment.