Skip to content

Commit

Permalink
fix: baseUrl in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriu5 committed Sep 6, 2024
1 parent 5924266 commit c9c0a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "griller",
"license": "MIT",
"version": "1.0.19",
"version": "1.0.20",
"private": false,
"repository": {
"url": "https://github.com/mvriu5/griller"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"name": "next"
}
],
"baseUrl": ".",
"paths": {
"@griller/*": ["src/component/*"],
"@/*": ["src/*"]
Expand Down

0 comments on commit c9c0a67

Please sign in to comment.