Brian Takita
Brian Takita
This issue is related to: https://github.com/paulmillr/chokidar/issues/556
I'm trying to pass in the config: ` watch: { chokidar: {usePolling: true} } ` However, `inputOptions` from function `mergeOptions` in `bin/rollup` does not include the `watch` member.
I reported [the issue](https://github.com/sinclairzx81/typebox/issues/700) with @sinclair/typebox.
The v0.8 release fixed a couple of the type errors. I'm reopening this because there is still one type error as of v0.8.3. ``` ✖ ../../node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/elysia/dist/types.d.ts:6:32: Type error TS2307 Cannot...
I have the following in the main branch (HEAD commit 8b269257ca46c5d55cb192765758105064b080f8): ``` ➜ elysia git:(main) bun -v 1.0.33 ``` ``` ➜ elysia git:(main) bunx -b check-dts ✖ Check types ✖...