From 53225dffd41d9c62cc6c33a648c689a71313f28a Mon Sep 17 00:00:00 2001 From: vikingowl Date: Thu, 24 Mar 2022 10:20:05 +0100 Subject: [PATCH] added lib "es2021" to tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 61952ee..24237c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,8 @@ "baseUrl": ".", "paths": { "@/*": ["./src/*"] - } + }, + "lib": ["es2021"] }, "references": [