fork-ts-checker-webpack-plugin: Fix no-outside-dependencies lint failure

This commit is contained in:
Andy Hanson
2018-08-06 10:25:48 -07:00
parent ce3424af64
commit 4c1a28f43b

View File

@@ -1,6 +1,7 @@
{
"private": true,
"dependencies": {
"tslint": "*"
"tslint": "*",
"typescript": "*"
}
}