fix: update tsconfig for Slack package

This commit is contained in:
Dax Raad
2025-10-14 02:55:21 -04:00
parent cb73e2d9e1
commit c50cf21f18

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
}
}