fix: update tsconfig for Slack package

pull/3162/head
Dax Raad 2025-10-14 02:55:21 -04:00
parent cb73e2d9e1
commit c50cf21f18
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {}
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"noUncheckedIndexedAccess": false
}
}