Skip to content

Commit

Permalink
Enable the incremental compilation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Mar 31, 2024
1 parent ae93682 commit 16c7ae9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"declaration": true,
"declarationMap": true,
"noEmit": false,
"outDir": "../lib"
"incremental": true,
"outDir": "../lib",
"tsBuildInfoFile": "../var/tsbuildinfo.json"
}
}

0 comments on commit 16c7ae9

Please sign in to comment.