Skip to content

Commit cdb20ea

Browse files
committed
fix: tsconfig allow implicit any
1 parent e6ffba8 commit cdb20ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"target": "ES2020",
55
"moduleResolution" : "node",
66
"outDir": "dist",
7+
"noImplicitAny": false,
78
"strict": true,
89
"noUnusedLocals": true,
910
"noImplicitReturns": true,

0 commit comments

Comments
 (0)