From a6e4aebf82c6560c1c13e2987458eac5306db691 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 21 Jan 2024 00:30:26 -0800 Subject: [PATCH] fix: transform TypeScript to EsNext --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 536eddd..4353e9d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "declarationDir": "", "downlevelIteration": true, "allowSyntheticDefaultImports": true, - "lib": ["ESNext", "DOM"] + "lib": ["ESNext", "DOM"], + "target": "ESNext", } }