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