{ "extends": "../tsconfig.base.json", "compilerOptions": { // Path remapping "baseUrl": ".", "paths": { "bindgen": ["./codegen/bindgen-lib.ts"], "bindgenv2": ["./codegen/bindgenv2/lib.ts"] } }, "include": ["**/*.ts", "**/*.tsx"], // separate projects have extra settings that only apply in those scopes "exclude": ["js", "bake", "init", "create", "bun.js/bindings/libuv"] }