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/**/*"