manually specify typescript typings

this prevents typescript from loading typings from parent dirs
This commit is contained in:
Thibault Duplessis 2019-11-23 08:42:59 -06:00
parent 2701a4291e
commit d3eb3e5e4f

View file

@ -13,6 +13,7 @@
"moduleResolution": "node",
"target": "ES6",
"module": "commonjs",
"lib": ["DOM", "ES6"]
"lib": ["DOM", "ES6"],
"types": ["lichess", "jquery", "defer-promise"]
}
}