Skip to content

Commit 3df599a

Browse files
committed
test(ts): ensure definition file is strict
1 parent fd06d38 commit 3df599a

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
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"precommit": "pretty-quick --staged",
12-
"lint": "tsc storage.d.ts",
12+
"lint": "tsc storage.d.ts --strict",
1313
"test": "npm run lint && npm run test:node",
1414
"test:node":
1515
"cross-env NODE_ENV=test nyc --reporter lcov --reporter text mocha --timeout 300000 test/index.js",

0 commit comments

Comments
 (0)