Skip to content

Commit

Permalink
chore: set tsconfig baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Dec 27, 2023
1 parent fa8d867 commit 910fee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"target": "ES5",
"baseUrl": "/dev/null",
"baseUrl": ".",
"paths": {},
"noEmit": true,
"typeRoots": [],
Expand Down

0 comments on commit 910fee5

Please sign in to comment.