From eaf27d83e9af4f44ce62c7002ff758b0499f32f8 Mon Sep 17 00:00:00 2001 From: uxuip Date: Fri, 29 Dec 2023 11:53:52 +0800 Subject: [PATCH] fix Map type --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 6d1b988..e66dc93 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compileOnSave": false, "compilerOptions": { + "target": "ES2015", "strict": true, "noEmit": true, "declaration": true,