summaryrefslogtreecommitdiffhomepage
path: root/packages/script/tsconfig.json
blob: 00ef12546856d35ca4772544f667a67dc0c53671 (plain)
1
2
3
4
5
6
7
8
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@tsconfig/bun/tsconfig.json",
  "compilerOptions": {
    "lib": ["ESNext", "DOM", "DOM.Iterable"],
    "noUncheckedIndexedAccess": false
  }
}