opencode/packages/slack/tsconfig.json
Dax Raad c50cf21f18
Some checks are pending
deploy / deploy (push) Waiting to run
fix: update tsconfig for Slack package
2025-10-14 02:55:21 -04:00

8 lines
213 B
JSON

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