Skip to content

Commit

Permalink
chore: disable truncation for better error messages while developing
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 7fc6747473ff3be252f631a3d7e48f4c513e58c2
  • Loading branch information
IcaroG authored and actions-user committed Feb 14, 2025
1 parent 0ba0606 commit 39b3afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/wab/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"jsx": "react",
"moduleResolution": "node",
"noEmit": true,
"noErrorTruncation": true,
"noFallthroughCasesInSwitch": true,
// Not worth it
"noImplicitAny": false,
Expand Down

0 comments on commit 39b3afc

Please sign in to comment.