diff --git a/tsconfig.json b/tsconfig.json index af2479d7d..868478343 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,8 @@ "paths": { "waku": ["./packages/waku/src/main.ts"], "waku/*": ["./packages/waku/src/*.ts"] - } + }, + "noErrorTruncation": true }, "files": [], "include": [],