Skip to content

Commit

Permalink
test(tsconfig): path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Aug 8, 2024
1 parent e9a4994 commit d53a81b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"baseUrl": "./",
"paths": {
"@/*": ["packages/*"],
"@softeer/common/*": ["packages/common/dist/*"]
"@softeer/*": ["packages/*"]
// "@softeer/common/*": ["packages/common/dist/*"]
}
},
"parserOptions": {
Expand Down

0 comments on commit d53a81b

Please sign in to comment.