Skip to content

Commit

Permalink
Add: NYC configuration file
Browse files Browse the repository at this point in the history
Add NYC configuration file
  • Loading branch information
danang-id committed May 8, 2020
1 parent 0cf01f1 commit a98e6b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ typings/

# dotenv environment variables file
.env
.nycrc
15 changes: 15 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"include": [
"src/**/*.ts"
],
"extension": [ ".ts" ],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"html"
],
"sourceMap": true,
"instrument": true
}

0 comments on commit a98e6b2

Please sign in to comment.