Skip to content

Commit 48b4e83

Browse files
implicit any is sometimes good
1 parent 807f39f commit 48b4e83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
node-version: 16
2828
registry-url: https://registry.npmjs.org/
29+
- run: yarn
2930
- run: tsc
3031
- run: npm publish
3132
env:

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
/* Type Checking */
7575
"strict": true, /* Enable all strict type-checking options. */
76-
"noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied `any` type.. */
76+
"noImplicitAny": false, /* Enable error reporting for expressions and declarations with an implied `any` type.. */
7777
"strictNullChecks": true, /* When type checking, take into account `null` and `undefined`. */
7878
"strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
7979
"strictBindCallApply": true, /* Check that the arguments for `bind`, `call`, and `apply` methods match the original function. */

0 commit comments

Comments
 (0)