Replies: 1 comment
-
I found in the source code how the compiler options in tsconfig are set. As a workaround, I explicitly set strict mode to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever we run the
dev
server via a script likenpm run dev
, the TSConfig is updated with compiler options.While TypeScript Strict Mode is great, it adds a mountain of work when migrating a large existing application that wasn't previously using TS Strict mode.
Can we disable strict mode being set to true every time we run
npm run dev
?Maybe only suggest it?
Beta Was this translation helpful? Give feedback.
All reactions