Skip to content

Commit

Permalink
fix: nextjs tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Apr 16, 2024
1 parent 5d7d4f3 commit 595d2ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.10.0
nodejs 20.11.1
1 change: 1 addition & 0 deletions packages/@straw-hat/tsconfig/lib/react.nextjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"isolatedModules": true,
"incremental": true,
"moduleResolution": "bundler",
"declaration": false,
"plugins": [{ "name": "next" }]
}
}
2 changes: 1 addition & 1 deletion packages/@straw-hat/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@straw-hat/tsconfig",
"version": "4.2.1",
"version": "4.2.2",
"description": "TypeScript configurations",
"author": "Straw Hat Team <opensource@straw-hat-llc.com>",
"repository": {
Expand Down

0 comments on commit 595d2ea

Please sign in to comment.