From 7d72a68fb65563a2fefca57e499c0d8478d6160b Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Thu, 16 Sep 2021 17:11:20 +0200 Subject: [PATCH] Update tsconfig --- frontend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 32d96a4..7415ef7 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -4,6 +4,6 @@ "moduleResolution": "node", "allowSyntheticDefaultImports": true, "jsx": "react", - "lib": ["es2017", "dom"] + "lib": ["es2019", "dom"] } }