From 03208a262adbee5fe23f0896e84eb83bd56cf12c Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 22 Sep 2023 05:16:46 +0300 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index ccc6f3ff7..56347ece7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,9 @@ { "compilerOptions": { "strict": true, - "target": "es2022", - "module": "NodeNext", - "moduleResolution": "NodeNext", + "target": "es2020", + "module": "nodeNext", + "moduleResolution": "nodeNext", "typeRoots": [ "./scripts/types", "./node_modules/@types"