Skip to content

Commit f43e915

Browse files
ankitgyawalialexjoverm
authored andcommitted
fix extra type check rule warning (#226)
1 parent bd74c52 commit f43e915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"node": ">=6.0.0"
2020
},
2121
"scripts": {
22-
"lint": "tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
22+
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
2323
"prebuild": "rimraf dist",
2424
"build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src",
2525
"start": "rollup -c rollup.config.ts -w",

0 commit comments

Comments
 (0)