summaryrefslogtreecommitdiffhomepage
path: root/packages/core/tsconfig.json
blob: fe5c4d217b2e0feaa3d3c9c5bd9223446561d1b2 (plain)
1
2
3
4
5
6
7
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@tsconfig/bun/tsconfig.json",
  "compilerOptions": {
    "noUncheckedIndexedAccess": false
  }
}