aboutsummaryrefslogtreecommitdiff
path: root/src/js/builtins/tsconfig.json
blob: 6cdbe0eef861cf36810c5bc9de634efbe62731af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "../../../tsconfig.base.json",
  "compilerOptions": {
    "noEmit": true
  },
  "include": [
    ".",
    "../private.d.ts",
    "builtins.d.ts",
    "../out/WebCoreJSBuiltins.d.ts",
    "../../../packages/bun-types/index.d.ts"
  ]
}