diff --git a/tsconfig.lib.json b/tsconfig.lib.json index 964598a..3ce7121 100644 --- a/tsconfig.lib.json +++ b/tsconfig.lib.json @@ -8,6 +8,8 @@ // Libraries generally require more strict type accuracy. // For example, its types must be compatible with the Vue types. // So we don't want to skip the type checking of its dependencies. - "skipLibCheck": false + "skipLibCheck": false, + + "noUncheckedIndexedAccess": true } }