Skip to content

Commit

Permalink
chore: add noErrorTruncation to the base tsconfig.json (#868)
Browse files Browse the repository at this point in the history
This results in the ts preview of vscode not truncating the hovered
information of a type or error. Helpful for inspecting long types.

Follow up to:
#854 (comment)

Co-authored-by: Tyler <[email protected]>
  • Loading branch information
tylersayshi and tylersayshi authored Sep 8, 2024
1 parent 0e42cbe commit 419c717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"paths": {
"waku": ["./packages/waku/src/main.ts"],
"waku/*": ["./packages/waku/src/*.ts"]
}
},
"noErrorTruncation": true
},
"files": [],
"include": [],
Expand Down

0 comments on commit 419c717

Please sign in to comment.