Skip to content

Commit 1983eaf

Browse files
committed
fix: Fixed Typescript configuration.
1 parent a0db4e8 commit 1983eaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"noImplicitAny": true,
1515
"noUnusedLocals": true,
1616
"noUnusedParameters": true,
17-
"strictNullChecks": true
17+
"strictNullChecks": true,
18+
"useUnknownInCatchVariables": false
1819
},
19-
"include": ["src/*.ts"],
20-
"exclude": []
20+
"include": ["src/*.ts"]
2121
}

0 commit comments

Comments
 (0)