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