Skip to content

Commit ef4d35a

Browse files
mamodomgr2m
authored andcommitted
fix(typescript): Adding the noImplicitAny flag to validate:ts
This will catch these problems in the future
1 parent 18ac5bf commit ef4d35a

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
@@ -101,7 +101,7 @@
101101
"generate-bundle-report": "webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html",
102102
"generate-routes": "node scripts/generate-routes",
103103
"prevalidate:ts": "npm run -s build:ts",
104-
"validate:ts": "tsc --target es6 index.d.ts",
104+
"validate:ts": "tsc --target es6 --noImplicitAny index.d.ts",
105105
"postvalidate:ts": "tsc --noEmit --target es6 test/typescript-validate.ts",
106106
"deploy-docs": "gh-pages-with-token -d doc",
107107
"semantic-release": "semantic-release",

0 commit comments

Comments
 (0)