{ "extends": "../../tsconfig.base.json", "compilerOptions": { "types": [ "bun" ], "noEmit": true, "lib": [ "ESNext", "DOM" ], "paths": { "@ng-eventually/client": [ "../../packages/client/src/index.ts" ], "@ng-eventually/client/polyfill": [ "../../packages/client/src/polyfill.ts" ], "@ng-org/web": [ "../../node_modules/.bun/@ng-org+web@0.1.2-alpha.13/node_modules/@ng-org/web/dist/index.d.ts" ] } }, "include": [ "." ] }