I'm getting this error trying to serve static files with express.js on bun. I think the issue is related to tsconfig.json but I haven't been able to fix it. Error: ```// validate argument
82 | if (!isStats && typeof entity !== 'string' && !Buffer.isBuffer(entity)) {
83 | throw new TypeError('argument entity must be string, Buffer, or fs.Stats')
^
TypeError: argument entity must be string, Buffer, or fs.Stats
at etag (/home/is/geegees/node_modules/etag/index.js:83:10)
at setHeader (/home/is/geegees/node_modules/send/index.js:880:14)
at send (/home/is/geegees/node_modules/send/index.js:620:2)
at onstat (/home/is/geegees/node_modules/send/index.js:725:4)