Skip to content

Commit

Permalink
chore(NA): add missing incremental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 12, 2021
1 parent d98d0f0 commit bf3ed80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-crypto/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ ts_project(
declaration = True,
declaration_map = True,
emit_declaration_only = True,
incremental = False,
out_dir = "target_types",
source_map = True,
root_dir = "src",
Expand Down
1 change: 1 addition & 0 deletions packages/kbn-crypto/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"incremental": false,
"outDir": "./target_types",
"rootDir": "src",
"sourceMap": true,
Expand Down

0 comments on commit bf3ed80

Please sign in to comment.