Skip to content

Commit

Permalink
daml-ledger.ts: Fix build and lint config (digital-asset#4215)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
hurryabit authored and mergify[bot] committed Jan 27, 2020
1 parent 3c93b5e commit 68b938d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 4 additions & 1 deletion language-support/ts/daml-ledger/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ genrule(

eslint_test(
name = "lint",
srcs = glob(["**/*.ts"]),
srcs = glob(
["**/*.ts"],
exclude = ["lib/**/*"],
),
)

pkg_npm(
Expand Down
5 changes: 1 addition & 4 deletions language-support/ts/daml-ledger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@
"declaration": true,
"sourceMap": true
},
"include": [
"**/*.ts",
"lib/**/*"
]
"files": ["index.ts"]
}

0 comments on commit 68b938d

Please sign in to comment.