Skip to content

Commit c50cf21

Browse files
committed
fix: update tsconfig for Slack package
1 parent cb73e2d commit c50cf21

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/slack/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": "@tsconfig/bun/tsconfig.json",
4-
"compilerOptions": {}
4+
"compilerOptions": {
5+
"lib": ["ESNext", "DOM", "DOM.Iterable"],
6+
"noUncheckedIndexedAccess": false
7+
}
58
}

0 commit comments

Comments
 (0)