Skip to content

Commit a2459c8

Browse files
committed
chore: disable incremental build
1 parent 01c999c commit a2459c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binding/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"declaration": true,
1212
"emitDecoratorMetadata": true,
1313
"experimentalDecorators": true,
14-
"incremental": true,
14+
"incremental": false,
1515
"inlineSourceMap": true,
1616
"inlineSources": true,
1717
"preserveSymlinks": true,

0 commit comments

Comments
 (0)