Skip to content

Commit 9890d10

Browse files
committed
Change apps tsconfig.json noImplicitAny to false
1 parent d008bd1 commit 9890d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"target": "es5",
66
"module": "commonjs",
77
"declaration": false,
8-
"noImplicitAny": true,
8+
"noImplicitAny": false,
99
"noImplicitUseStrict": true,
1010
"experimentalDecorators": true,
1111
"diagnostics": true

0 commit comments

Comments
 (0)