diff --git a/tsconfig.json b/tsconfig.json index 0824efe..a71182d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "extends": "@tsconfig/svelte/tsconfig.json", "compilerOptions": { "allowSyntheticDefaultImports": true, - "target": "es2019", + "target": "es2021", "module": "esnext", "useDefineForClassFields": true, "resolveJsonModule": true,