We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd2b34 commit 971798bCopy full SHA for 971798b
package.json
@@ -20,7 +20,7 @@
20
"main": "index.js",
21
"types": "index.ts",
22
"scripts": {
23
- "lint": "tslint **/*.ts -t verbose --project tsconfig.json ",
+ "lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.json",
24
"test": "tsc && concurrently \"tsc -w\" \"karma start karma.conf.js\"",
25
"test-once": "tsc && karma start karma.conf.js --single-run --no-auto-watch --browsers PhantomJS",
26
"install-sample-from-source": "node ./scripts/install-sample-from-source.js samples/photo_album",
0 commit comments