Skip to content

Commit

Permalink
chore: enable incremental typechecking
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Jul 2, 2021
1 parent f816126 commit b4c2942
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ node_modules
/public/workbox-*.js
/public/workbox-*.js.map
app/styles
.eslintcache
.eslintcache
tsconfig.tsbuildinfo
3 changes: 2 additions & 1 deletion app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"noEmit": true,
"isolatedModules": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"incremental": true
}
}

0 comments on commit b4c2942

Please sign in to comment.