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" ] }