Skip to content

Commit

Permalink
Do not enable incremental in @guardian/tsconfig (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed Apr 30, 2024
1 parent c5de19d commit 1a7deef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/wet-llamas-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@guardian/tsconfig': minor
---

Removes the `"incremental": true` setting, deferring [the TypeScript defaults](https://www.typescriptlang.org/tsconfig/#incremental).

_This should be project-specific, not a default for all configs._
1 change: 0 additions & 1 deletion libs/@guardian/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"incremental": true,
"module": "esnext",
"moduleResolution": "node",
"noImplicitReturns": true,
Expand Down

0 comments on commit 1a7deef

Please sign in to comment.