From b595cba4b0c92dc9929d0453bf7d035c104dcced Mon Sep 17 00:00:00 2001 From: SrJuggernaut Date: Wed, 1 Apr 2026 14:01:16 -0600 Subject: [PATCH] chore: update TypeScript module config to esnext and bundler --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index abbd6e5..16d3296 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,8 +12,8 @@ "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, - "module": "Node16", - "moduleResolution": "Node16", + "module": "esnext", + "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, "jsx": "react-jsx",