From 8a4b9e801b8b3c132160d1270f82cd5472b03060 Mon Sep 17 00:00:00 2001 From: lmdulz Date: Tue, 10 Oct 2023 15:11:52 +0000 Subject: [PATCH] set lib compiler option --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index b846123..c4e68df 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "incremental": true, "inlineSources": false, "isolatedModules": true, + "lib": ["ES2021"], "module": "ES2015", "moduleResolution": "node", "noEmit": true,