From 2698cbaa6c9aacf449b3dac057ed4ec403a27d93 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Tue, 16 Jul 2024 00:25:30 +0800 Subject: [PATCH] build: resolve test tsconfig error --- __tests__/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/tsconfig.json b/__tests__/tsconfig.json index 4e4518e..8fb0bd8 100644 --- a/__tests__/tsconfig.json +++ b/__tests__/tsconfig.json @@ -3,7 +3,7 @@ "include": ["."], "exclude": ["tsconfig.json"], "compilerOptions": { - "target": "ES3", + "target": "ES5", "module": "CommonJS", "baseUrl": null }