We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb73e2d commit c50cf21Copy full SHA for c50cf21
1 file changed
packages/slack/tsconfig.json
@@ -1,5 +1,8 @@
1
{
2
"$schema": "https://json.schemastore.org/tsconfig",
3
"extends": "@tsconfig/bun/tsconfig.json",
4
- "compilerOptions": {}
+ "compilerOptions": {
5
+ "lib": ["ESNext", "DOM", "DOM.Iterable"],
6
+ "noUncheckedIndexedAccess": false
7
+ }
8
}
0 commit comments