Skip to content

Commit

Permalink
Add automatic tsconfig update from Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Jul 9, 2022
1 parent e63de48 commit 8c149db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
"jsx": "preserve",
"incremental": true
},
"include": [
"next-env.d.ts",
Expand Down

0 comments on commit 8c149db

Please sign in to comment.