From 42d2ed0d3a1d825e907dae067673406cc974e99d Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Fri, 31 May 2019 21:29:44 -0700 Subject: [PATCH] Make addon tsconfigs more consistent --- addons/xterm-addon-attach/src/tsconfig.json | 3 +-- addons/xterm-addon-fit/src/tsconfig.json | 1 - addons/xterm-addon-web-links/src/tsconfig.json | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/addons/xterm-addon-attach/src/tsconfig.json b/addons/xterm-addon-attach/src/tsconfig.json index 8acefce5..9a92ab48 100644 --- a/addons/xterm-addon-attach/src/tsconfig.json +++ b/addons/xterm-addon-attach/src/tsconfig.json @@ -10,8 +10,7 @@ "outDir": "../lib", "sourceMap": true, "removeComments": true, - "strict": true, - "noImplicitAny": true + "strict": true }, "include": [ "./**/*", diff --git a/addons/xterm-addon-fit/src/tsconfig.json b/addons/xterm-addon-fit/src/tsconfig.json index 66bf3fb6..6b914e81 100644 --- a/addons/xterm-addon-fit/src/tsconfig.json +++ b/addons/xterm-addon-fit/src/tsconfig.json @@ -4,7 +4,6 @@ "target": "es5", "lib": [ "dom", - "es5", "es2015" ], "rootDir": ".", diff --git a/addons/xterm-addon-web-links/src/tsconfig.json b/addons/xterm-addon-web-links/src/tsconfig.json index 66bf3fb6..6b914e81 100644 --- a/addons/xterm-addon-web-links/src/tsconfig.json +++ b/addons/xterm-addon-web-links/src/tsconfig.json @@ -4,7 +4,6 @@ "target": "es5", "lib": [ "dom", - "es5", "es2015" ], "rootDir": ".",