Allow IDE to find modules in node_modules

This commit is contained in:
Rob 2017-09-28 17:55:47 -04:00 committed by GitHub
parent 776a3963a6
commit dd251aae84

View file

@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,