Skip to content

Commit

Permalink
chore(tsconfig): enabled noErrorTruncation
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarella1110 committed Sep 4, 2019
1 parent 6406786 commit 73c8e43
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 @@ -21,7 +21,8 @@
"./typings",
"./node_modules/@types"
],
"sourceMap": true
"sourceMap": true,
"noErrorTruncation": true,
},
"include": [
"src/**/*"
Expand Down

0 comments on commit 73c8e43

Please sign in to comment.