diff --git a/tsconfig.json b/tsconfig.json index 38f2bd2..b13e265 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ "experimentalDecorators": true, "emitDecoratorMetadata": true, "resolveJsonModule": true, - "skipLibCheck": true + "skipLibCheck": true, + "noErrorTruncation": true }, "include": ["src/**/*.ts"] }