Skip to content

Commit d60da37

Browse files
committed
chore: Updated TypeScript configuration.
1 parent baa61da commit d60da37

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tsconfig.json

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

0 commit comments

Comments
 (0)