Skip to content

Commit

Permalink
fix extra type check rule warning (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitgyawali authored and alexjoverm committed Aug 21, 2018
1 parent bd74c52 commit f43e915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"node": ">=6.0.0"
},
"scripts": {
"lint": "tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"prebuild": "rimraf dist",
"build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src",
"start": "rollup -c rollup.config.ts -w",
Expand Down

0 comments on commit f43e915

Please sign in to comment.