Skip to content

Commit

Permalink
Add tsconfig baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelLefkowitz committed Jun 27, 2024
1 parent 5f6b776 commit 4132d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"module": "CommonJS",
"moduleResolution": "node",
"target": "ES5",
"baseUrl": ".",
"resolveJsonModule": true,
"declaration": true,
"importHelpers": false,
Expand Down

0 comments on commit 4132d80

Please sign in to comment.