Skip to content

Commit

Permalink
Add incremental TypeScript option
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Nov 11, 2021
1 parent e21f168 commit 767a420
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/site/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"allowJs": true,
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
"jsx": "preserve",
"incremental": true
}
}

1 comment on commit 767a420

@vercel
Copy link

@vercel vercel bot commented on 767a420 Nov 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.