Skip to content

Commit

Permalink
feat-fix: move incremental build option to the compiler options so …
Browse files Browse the repository at this point in the history
…they work
  • Loading branch information
EagleoutIce committed Aug 26, 2023
1 parent 7362388 commit 5db4a46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"buildOptions": {
"incremental": true
},
"compilerOptions": {
"incremental": true,
"esModuleInterop": true,
"target": "ESNext",
"module": "commonjs",
Expand Down

0 comments on commit 5db4a46

Please sign in to comment.