@@ -10,7 +10,17 @@
"removeComments": true,
"noImplicitAny": true,
"strictNullChecks": true,
- "noUnusedLocals": true
+ "noUnusedLocals": true,
+ "types": [
+ "chai",
+ "chance",
+ "esprima",
+ "joi",
+ "mkdirp",
+ "mocha",
+ "node",
+ "sinon"
+ ]
},
"exclude": [
"node_modules"
@@ -8,6 +8,16 @@
}