Skip to content

Commit afcc653

Browse files
committed
chore(NA): be more explicit about incremental setting
1 parent 9e9dc96 commit afcc653

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/elastic-datemath/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"declaration": true,
55
"declarationMap": true,
6+
"incremental": true,
67
"outDir": "target",
78
"rootDir": "src",
89
"sourceMap": true,

packages/kbn-apm-utils/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"declaration": true,
55
"declarationMap": true,
6+
"incremental": true,
67
"outDir": "target",
78
"rootDir": "src",
89
"sourceMap": true,

0 commit comments

Comments
 (0)