diff --git a/api/tsconfig.json b/api/tsconfig.json index e03f1d36..ec10ebde 100644 --- a/api/tsconfig.json +++ b/api/tsconfig.json @@ -3,12 +3,11 @@ "target": "ES2021", "module": "ES2022", "moduleResolution": "node", - "types": [ - "bun-types" - ], + "types": ["bun-types"], "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, - "skipLibCheck": true + "skipLibCheck": true, + "noErrorTruncation": true } }