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.
noImplicitAny
validate:ts
1 parent 18ac5bf commit ef4d35aCopy full SHA for ef4d35a
package.json
@@ -101,7 +101,7 @@
101
"generate-bundle-report": "webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html",
102
"generate-routes": "node scripts/generate-routes",
103
"prevalidate:ts": "npm run -s build:ts",
104
- "validate:ts": "tsc --target es6 index.d.ts",
+ "validate:ts": "tsc --target es6 --noImplicitAny index.d.ts",
105
"postvalidate:ts": "tsc --noEmit --target es6 test/typescript-validate.ts",
106
"deploy-docs": "gh-pages-with-token -d doc",
107
"semantic-release": "semantic-release",
0 commit comments