diff options
| author | Dax Raad <[email protected]> | 2025-10-14 02:55:21 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-14 02:55:21 -0400 |
| commit | c50cf21f180bce11826aa0e00a0e7b6a17ca091b (patch) | |
| tree | aaadf698cd7051bdcdd3d068b8f0a6b96d87084e | |
| parent | cb73e2d9e18cefa46a47768ad98a967653ffbb45 (diff) | |
| download | opencode-c50cf21f180bce11826aa0e00a0e7b6a17ca091b.tar.gz opencode-c50cf21f180bce11826aa0e00a0e7b6a17ca091b.zip | |
fix: update tsconfig for Slack package
| -rw-r--r-- | packages/slack/tsconfig.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/slack/tsconfig.json b/packages/slack/tsconfig.json index 65fa6c7f3..00ef12546 100644 --- a/packages/slack/tsconfig.json +++ b/packages/slack/tsconfig.json @@ -1,5 +1,8 @@ { "$schema": "https://json.schemastore.org/tsconfig", "extends": "@tsconfig/bun/tsconfig.json", - "compilerOptions": {} + "compilerOptions": { + "lib": ["ESNext", "DOM", "DOM.Iterable"], + "noUncheckedIndexedAccess": false + } } |
