aboutsummaryrefslogtreecommitdiff
path: root/src/js/tsconfig.json
blob: 09a0abbb26bc685089a175dec4b9d32b9deb7308 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "noEmit": true
  },
  "include": [
    "node",
    "bun",
    "thirdparty",
    "build-*",
    "shared.ts",
    "private.d.ts",
    "../../packages/bun-types/index.d.ts"
  ]
}