Fix tslint and related errors.

This commit is contained in:
József Farkas
2016-04-13 21:30:55 +02:00
parent 9b040c6665
commit 5542b66871
10 changed files with 26 additions and 25 deletions

View File

@@ -37,7 +37,7 @@
},
"scripts": {
"postinstall": "typings install",
"lint": "tslint **/*.ts",
"lint": "tslint 'src/**/*.ts' 'config-serializer/**/*.ts'",
"typings": "typings",
"webpack": "webpack",
"webpack-dev-server": "webpack-dev-server"