diff --git a/package.json b/package.json index 4afb9b94201..7c4a801baba 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,6 @@ "@types/mocha": "^7.0.1", "@types/node": "^13.7.1", "@types/node-fetch": "^2.5.4", - "@types/supertest": "^2.0.8", "@types/uuid": "^3.4.7", "@typescript-eslint/eslint-plugin": "^2.19.2", "@typescript-eslint/parser": "^2.19.2", @@ -96,7 +95,7 @@ "rimraf": "^3.0.2", "source-map-support": "^0.5.16", "standard-version": "^7.1.0", - "typescript": "3.7.5", + "typescript": "^3.7.5", "zen-observable-ts": "^0.8.20" } } diff --git a/tsconfig.json b/tsconfig.json index 2e4b27f2603..5ca070bef67 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "experimentalDecorators": true, - "lib": ["es7", "esnext.asynciterable"], + "lib": ["es7", "esnext.asynciterable", "dom"], "module": "commonjs", "target": "es5", "noImplicitAny": true,