瀏覽代碼

fix: update tsconfig for Slack package

Dax Raad 6 月之前
父節點
當前提交
c50cf21f18
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      packages/slack/tsconfig.json

+ 4 - 1
packages/slack/tsconfig.json

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