diff --git a/resolve-check-config/tsconfig.json b/resolve-check-config/tsconfig.json index 8af68dd..a9c61ab 100644 --- a/resolve-check-config/tsconfig.json +++ b/resolve-check-config/tsconfig.json @@ -3,6 +3,7 @@ "resolveJsonModule": true, "esModuleInterop": true, "typeRoots": ["../node_modules/@types"], - "types": ["jest"] + "types": ["jest"], + "target": "ES2022" } } diff --git a/setup-install/tsconfig.json b/setup-install/tsconfig.json index 723cf3d..a9c61ab 100644 --- a/setup-install/tsconfig.json +++ b/setup-install/tsconfig.json @@ -3,6 +3,7 @@ "resolveJsonModule": true, "esModuleInterop": true, "typeRoots": ["../node_modules/@types"], - "types": ["jest"] + "types": ["jest"], + "target": "ES2022" } -} \ No newline at end of file +}