Remove jquery typings (#547)

This commit is contained in:
Sam El-Husseini
2018-04-30 16:29:23 -04:00
committed by GitHub
parent ce7ecd5121
commit ab85cf2d0a
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"newLine": "LF",
"sourceMap": false,
"lib": ["dom", "dom.iterable", "scripthost", "es6"],
"types": ["jquery", "bluebird"],
"types": ["bluebird"],
"typeRoots": ["../node_modules/@types"]
}
}