summaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
blob: 75ddeff3e6412361929011ff565ed9b45d3158fd (plain)
1
2
3
4
5
6
7
8
9
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@tsconfig/bun/tsconfig.json",
  "compilerOptions": {
    "customConditions": [
      "development"
    ],
  }
}