반응형
tsconfig.json의 compilerOptions내부의 strictNullChecks를 false로 설정해주면 된다.
"compilerOptions": {
...
"strictNullChecks": false,
...
}
반응형
tsconfig.json의 compilerOptions내부의 strictNullChecks를 false로 설정해주면 된다.
"compilerOptions": {
...
"strictNullChecks": false,
...
}
댓글