Skip to content

Commit cde5a99

Browse files
committed
move
1 parent d369d89 commit cde5a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"verbatimModuleSyntax": true,
2323
"stripInternal": true,
2424
"strict": false,
25+
"strictFunctionTypes": true,
2526
"noUnusedLocals": true,
2627
"noUnusedParameters": true,
27-
"strictFunctionTypes": true,
2828
"noPropertyAccessFromIndexSignature": false,
2929
"exactOptionalPropertyTypes": false,
3030
"sourceMap": true,

0 commit comments

Comments
 (0)