diff --git a/tsconfig.json b/tsconfig.json index 653eac15..f3f15c96 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,13 @@ { "compilerOptions": { - "target": "esnext", + "target": "es2023", + "lib": [ + "ES2023", + "DOM", + "ES2024.Promise", + "ESNext.Iterator", + "ESNext.Collection" + ], "module": "nodenext", "moduleResolution": "nodenext", "outDir": "./build",