Skip to content

Commit 8427b28

Browse files
huanRyan Munro
authored andcommitted
fix(types): get rid of any declaration. (#12)
1 parent 650696f commit 8427b28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
, "noImplicitReturns": true
1212
, "noFallthroughCasesInSwitch": true
1313
, "strictNullChecks": true
14-
, "noImplicitAny": false
14+
, "noImplicitAny": true
1515
, "noUnusedParameters": false
1616
, "noImplicitThis": true
1717
, "noLib": false

0 commit comments

Comments
 (0)