Skip to content

Commit

Permalink
fix: added baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmanpokhrel committed Feb 25, 2024
1 parent 897ede7 commit 875ed7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Improvements
- ts config added on publish
- ts config added base url
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"declaration": true,
"sourceMap": true,
"outDir": "./lib",
"baseUrl": "src/",
"strict": true,
"lib": ["ES2020", "DOM"],
"removeComments": false,
Expand Down

0 comments on commit 875ed7b

Please sign in to comment.