Skip to content

Commit

Permalink
chore(NA): be more explicit about incremental setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 8, 2021
1 parent 9e9dc96 commit afcc653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/elastic-datemath/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"incremental": true,
"outDir": "target",
"rootDir": "src",
"sourceMap": true,
Expand Down
1 change: 1 addition & 0 deletions packages/kbn-apm-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"incremental": true,
"outDir": "target",
"rootDir": "src",
"sourceMap": true,
Expand Down

0 comments on commit afcc653

Please sign in to comment.