Skip to content

Commit

Permalink
Remove unused @static path in server tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzal3x committed Jan 31, 2025
1 parent 64a87e2 commit 52dc81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion portal/server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
],
"baseUrl": "./",
"paths": {
"@static/*": ["../common/static/*"],
"@lib/*": ["../common/lib/*"]
},
"types": ["../common/lib/custom.d.ts"]
Expand Down
4 changes: 2 additions & 2 deletions portal/worker/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"baseUrl": "./",
"paths": {
"@static/*": ["../common/static/*"],
"@static/*": ["static/*"],
"@lib/*": ["../common/lib/*"]
}
},
Expand All @@ -22,7 +22,7 @@
"include": [
"src/**/*",
"../common/**/*"
],
, "static", "static" ],
"exclude": [
"node_modules",
"dist",
Expand Down

0 comments on commit 52dc81a

Please sign in to comment.