TS Config optimisations #280
ariskemper
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
What is the benefit of these changes? We do not use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@fabian-hiller why do you include all files in the main directory for TypeScript?
We could include mod.ts, tsup.config.ts, vite.config.ts and exclude the rest like node_modules.
I would suggest also to set skipLibCheck: true to skip that TypeScript check declaration files.
Proposed TS Config Changes:
Beta Was this translation helpful? Give feedback.
All reactions