Skip to content

Commit

Permalink
add baseurl to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanRoskilly committed Apr 26, 2024
1 parent 9a0ab50 commit cba9e25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,

"baseUrl": "."
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
Expand Down

0 comments on commit cba9e25

Please sign in to comment.