Skip to content

Commit 42bd332

Browse files
authored
Merge pull request #124 from lightninglabs/fix-build-output
2 parents 7d3c0c6 + fafc36f commit 42bd332

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"exclude": [
2222
"node_modules",
23-
"dist"
23+
"dist",
24+
"**/*.test.ts"
2425
]
2526
}

0 commit comments

Comments
 (0)