Skip to content

設定したほうがいいtsconfigのオプション

{
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"noUncheckedIndexedAccess": true
}
}