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,