Skip to content

Commit b0788d9

Browse files
chore(transpile): allow implicitAny
1 parent a34d442 commit b0788d9

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
@@ -8,6 +8,7 @@
88
],
99
"module": "nodenext",
1010
"moduleResolution": "nodenext",
11+
"noImplicitAny": false,
1112
"strict": true,
1213
"declaration": true,
1314
"sourceMap": true

0 commit comments

Comments
 (0)