Skip to content

Commit 4ba0ea8

Browse files
committed
ts config
1 parent 83a5159 commit 4ba0ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"extends": "ts-node/node16/tsconfig.json",
44

55
"compilerOptions": {
6-
"noImplicitAny": true,
6+
"noImplicitAny": false,
77
"noImplicitThis": false,
88
"strictNullChecks": false,
99
"allowSyntheticDefaultImports": true,

0 commit comments

Comments
 (0)