Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rjvelazco committed Aug 27, 2024
1 parent c504bc6 commit 3b463c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/nextjs/jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"],
"@dotcms/react": ["../../core-web/dist/libs/sdk/react"],
"@dotcms/client": ["../../core-web/dist/libs/sdk/client"]
"@/*": ["./src/*"]
}
}
}

0 comments on commit 3b463c5

Please sign in to comment.