Skip to content

Commit 6a7d785

Browse files
chore(transpile): allow implicitAny
1 parent 28cea94 commit 6a7d785

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/jco-transpile/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"types": ["node"],
77
"module": "nodenext",
88
"moduleResolution": "nodenext",
9+
"noImplicitAny": false,
910
"strict": true,
1011
"declaration": true,
1112
"sourceMap": true

0 commit comments

Comments
 (0)