Skip to content

Commit

Permalink
chore: disable incremental build
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 29, 2021
1 parent 01c999c commit a2459c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binding/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"incremental": true,
"incremental": false,
"inlineSourceMap": true,
"inlineSources": true,
"preserveSymlinks": true,
Expand Down

0 comments on commit a2459c8

Please sign in to comment.