Skip to content

Commit

Permalink
chore: add declarationMap to next config
Browse files Browse the repository at this point in the history
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
  • Loading branch information
yordis committed Apr 18, 2024
1 parent 595d2ea commit 242e91f
Showing 1 changed file with 1 addition and 0 deletions.
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 @@ -13,6 +13,7 @@
"incremental": true,
"moduleResolution": "bundler",
"declaration": false,
"declarationMap": false,
"plugins": [{ "name": "next" }]
}
}

0 comments on commit 242e91f

Please sign in to comment.