Skip to content

Commit 87e731a

Browse files
author
BRACITS\tamim.arefin
committed
fix: error TS2531 Object is possibly 'null' fixed on compiling 30-interop-rxjs-signal
1 parent a3deff5 commit 87e731a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

apps/signal/30-interop-rxjs-signal/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"strict": true,
77
"noImplicitOverride": true,
88
"noPropertyAccessFromIndexSignature": true,
9+
"strictNullChecks": false,
910
"noImplicitReturns": true,
1011
"noFallthroughCasesInSwitch": true
1112
},

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)