diff --git a/configuration/basic.json b/configuration/basic.json index 470c0e1..0183039 100755 --- a/configuration/basic.json +++ b/configuration/basic.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2022", + "target": "esnext", "lib": ["dom", "dom.iterable", "esnext", "webworker"], "jsx": "react-jsx", "allowJs": true,