From cf2e15f485e78583c619f835cc0cbb0590a2e074 Mon Sep 17 00:00:00 2001 From: Michael van Tellingen Date: Sat, 9 Nov 2024 13:11:18 +0100 Subject: [PATCH] chore: update tsconfig file --- tsconfig.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 19186a1..a2131fa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,7 @@ { "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { - "module": "esnext", - "lib": ["esnext"], + "module": "ES2022", "allowJs": true, "importHelpers": true, "declaration": true, @@ -12,8 +11,7 @@ "noFallthroughCasesInSwitch": true, "noUnusedLocals": false, "noUnusedParameters": false, - "moduleResolution": "node", - "jsx": "react", + "moduleResolution": "bundler", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true,