Skip to content

Commit

Permalink
Merge 754163b into 0e9e383
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitgyawali committed Jun 8, 2018
2 parents 0e9e383 + 754163b commit f7db41c
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 f7db41c

Please sign in to comment.