Skip to content

Commit 37d72e5

Browse files
committed
modified package.json
1 parent 6fae982 commit 37d72e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"nyc": {
2626
"all": true,
2727
"include": [
28-
"lib/*.js",
29-
"index.js"
28+
"lib/*.ts",
29+
"index.ts"
3030
],
3131
"report-dir": "./build/reports/coverage",
3232
"reporter": [
@@ -43,6 +43,7 @@
4343
"winston": "^3.2.1"
4444
},
4545
"devDependencies": {
46+
"@types/node": "^22.13.10",
4647
"chai": "^4.2.0",
4748
"coveralls": "^3.1.0",
4849
"mocha": "^7.2.0",

0 commit comments

Comments
 (0)