upleveled / eslint-config-upleveled

UpLeveled ESLint defaults for programming in JavaScript, TypeScript, React, Next.js, Node.js, Postgres.js
https://www.npmjs.com/package/eslint-config-upleveled
42 stars 12 forks source link

`tsconfig.base.json`: Remove `compilerOptions.incremental`? #443

Open karlhorky opened 1 month ago

karlhorky commented 1 month ago

Some points in the issue below about compilerOptions.incremental being unreliable:

I've found TypeScript's cache to be relatively unreliable. Composite has to be used in monorepos, but with incremental I don't think the juice is worth the squeeze.

anthonyshew: I've also seen incremental be weird sometimes. I'm not sure that I recommend it anymore.