diff --git a/tsconfig.json b/tsconfig.json index 613ae0671..2736d3fc1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,7 @@ "lib": ["dom", "es2020", "dom.iterable", "esnext.asynciterable"], "module": "esnext", "moduleResolution": "node", + "noErrorTruncation": true, "noImplicitAny": true, "noImplicitOverride": false, "noImplicitReturns": true, @@ -30,9 +31,5 @@ "~/*": ["./app/*"] } }, - "exclude": [ - "node_modules", - "build", - "server/migrations" - ] -} \ No newline at end of file + "exclude": ["node_modules", "build", "server/migrations"] +}