You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any reason why the src/ folder is bundled in the npm package?
It would be better to remove it to avoid conflicts with user's tsconfig.
I get this issue when running tsc --noEmit --skipLibcheck:
node_modules/.pnpm/@elysiajs+static@0.7.1_elysia@0.7.29/node_modules/
@elysiajs/static/src/index.ts:164:29 -
error TS6133: 'error' is declared but its value is never read.
Is there any reason why the
src/
folder is bundled in the npm package?It would be better to remove it to avoid conflicts with user's tsconfig.
I get this issue when running
tsc --noEmit --skipLibcheck
:My tsconfig:
As a temporary workaround, I am using the js dist files
The text was updated successfully, but these errors were encountered: