Skip to content

Commit f0c037c

Browse files
committed
Added nyc config
1 parent f7fc397 commit f0c037c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.nycrc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"cache": false,
3+
"extension": [".ts"],
4+
"include": [
5+
"lib/**/*.ts",
6+
"test_dist/**/*.js"
7+
]
8+
}

0 commit comments

Comments
 (0)