Skip to content

Commit 9e2e241

Browse files
committed
replace nyc settings from babel to typescript
1 parent 60774ad commit 9e2e241

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,16 @@
5858
"functions": 90,
5959
"branches": 90,
6060
"include": [
61-
"src/**/*.{js,jsx}"
61+
"src/**/*.{ts,tsx}"
6262
],
6363
"exclude": [
64-
"lib/**/*.{js,jsx}",
65-
"spec/**/*.spec.{js,jsx}"
64+
"lib/**/*",
65+
"spec/**/*"
6666
],
6767
"require": [
68-
"babel-register"
68+
"ts-node/register"
6969
],
7070
"extension": [
71-
".jsx",
7271
".ts",
7372
".tsx"
7473
],
@@ -79,6 +78,5 @@
7978
"instrument": false,
8079
"all": true,
8180
"check-coverage": true
82-
},
83-
"dependencies": {}
81+
}
8482
}

0 commit comments

Comments
 (0)