diff --git a/tsconfig.json b/tsconfig.json index 20f8a38..6ec5140 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx"], "compilerOptions": { - "lib": ["DOM", "DOM.Iterable", "ES2019"], + "lib": ["DOM", "DOM.Iterable", "ES2019","ES2022"], "isolatedModules": true, "esModuleInterop": true, "jsx": "react-jsx",