Skip to content

Commit

Permalink
chore: replace ts-node with tsx
Browse files Browse the repository at this point in the history
Some of the recent updates have broken `ts-node`, but using `tsx` works
fine.

Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Dec 16, 2024
1 parent 6c9c634 commit fc04239
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"branches": 50,
"exclude": ["**/*.d.ts", "**/*.spec.ts"],
"extension": [".ts"],
"functions": 50,
"include": ["src/**/*.ts"],
"include": ["src/*.ts", "src/**/*.ts"],
"instrument": true,
"lines": 50,
"reporter": ["text-summary", "html", "lcov"],
"require": ["tsx"],
"sourceMap": true,
"statements": 50
}

0 comments on commit fc04239

Please sign in to comment.