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