diff --git a/tsconfig.json b/tsconfig.json index e4e8abc..b59f991 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "forceConsistentCasingInFileNames": true, "isolatedModules": true, "jsx": "react-jsx", - "lib": ["dom", "dom.iterable", "esnext"], + "lib": ["dom", "dom.iterable", "ES2023"], "module": "esnext", "moduleResolution": "node", "noEmit": true,