From 48066075fca6cc77f080fadf61857905e99e0b27 Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 15 Jan 2026 12:37:31 -0500 Subject: [PATCH] tsconfig cleanup --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 26bcf502..7ebb1242 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,9 +8,10 @@ "moduleResolution": "bundler", "noImplicitAny": true, "target": "ES2016", - "esModuleInterop": true, "module": "ES2020", + "lib": ["es5", "es6", "es7", "dom"], "sourceMap": true, + "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "declaration": false,