Skip to content

Commit

Permalink
Enabled incremental tsc compilation for faster compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed May 9, 2022
1 parent f88428d commit 23d638f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"compilerOptions": {
"outDir": "./dist",
"tsBuildInfoFile": "./tmp/tsbuildinfo",
"incremental": true,
"sourceMap": true,
"declaration": true,
"allowJs": true,
Expand Down

0 comments on commit 23d638f

Please sign in to comment.