From f3bbb5b30037cada896ab8fd5a61633b64a38e62 Mon Sep 17 00:00:00 2001 From: benson Date: Mon, 1 May 2023 11:32:33 +0800 Subject: [PATCH] updated tsconfig --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 522ff8f..e72cafd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,10 @@ "target": "es5", "jsx": "react", "allowJs": true, - "moduleResolution": "node" + "moduleResolution": "node", + "lib": [ + "es2016","DOM" + ] }, "include": [ "src/**/*"