Skip to content

Commit 756278c

Browse files
committed
feat: add incremental compilation option to TypeScript configuration
1 parent eab006a commit 756278c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"noPropertyAccessFromIndexSignature": true,
2626

2727
// Emit
28+
"incremental": true,
2829
"declaration": true,
2930
"declarationMap": true,
3031
"sourceMap": true,

0 commit comments

Comments
 (0)