diff --git a/package.json b/package.json index c696f4d3..af561246 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "less": "2.7.3", "semantic-ui-less": "2.2.14", "@types/bluebird": "2.0.33", - "@types/jquery": "3.2.16", "@types/marked": "0.3.0", "@types/node": "8.0.53", "webfonts-generator": "^0.4.0" diff --git a/sim/tsconfig.json b/sim/tsconfig.json index 98cd3cb1..d043b21a 100644 --- a/sim/tsconfig.json +++ b/sim/tsconfig.json @@ -9,7 +9,7 @@ "newLine": "LF", "sourceMap": false, "lib": ["dom", "dom.iterable", "scripthost", "es6"], - "types": ["jquery", "bluebird"], + "types": ["bluebird"], "typeRoots": ["../node_modules/@types"] } }