Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"embla-carousel-react": "^8.6.0",
"fflate": "^0.8.2",
"gsap": "^3.13.0",
"icechunk-js": "^0.4.0",
"icechunk-js": "^0.6.0",
"input-otp": "^1.4.2",
"js-colormaps-es": "^0.0.5",
"lucide-react": "^0.562.0",
Expand Down
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@
"name": "next"
}
],
"baseUrl": ".",
Comment thread
lazarusA marked this conversation as resolved.
"paths": {
"@/*": [
"src/*"
"./src/*"
],
"@/components/*": [
"src/components/*"
"./src/components/*"
]
}
},
Expand Down
Loading