Skip to content

Commit fc04239

Browse files
committed
chore: replace ts-node with tsx
Some of the recent updates have broken `ts-node`, but using `tsx` works fine. Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent 6c9c634 commit fc04239

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.nycrc

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
2-
"branches": 50,
32
"exclude": ["**/*.d.ts", "**/*.spec.ts"],
43
"extension": [".ts"],
5-
"functions": 50,
6-
"include": ["src/**/*.ts"],
4+
"include": ["src/*.ts", "src/**/*.ts"],
75
"instrument": true,
86
"lines": 50,
97
"reporter": ["text-summary", "html", "lcov"],
8+
"require": ["tsx"],
109
"sourceMap": true,
1110
"statements": 50
1211
}

0 commit comments

Comments
 (0)