Skip to content

Commit 6a48d4c

Browse files
committed
build: remove ts option
1 parent b896823 commit 6a48d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"strictNullChecks": true,
1717
"noImplicitAny": true,
1818
"noImplicitThis": true,
19-
"noImplicitReturns": true,
19+
"noImplicitReturns": false,
2020
"strict": true,
2121
"isolatedModules": false,
2222

0 commit comments

Comments
 (0)