Skip to content

Commit 5e4fc63

Browse files
committed
fix build
1 parent 33e748d commit 5e4fc63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markedjs/testutils",
3-
"version": "18.0.0-0",
3+
"version": "18.0.0-1",
44
"description": "Test utilities for marked and marked extensions",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "NodeNext",
77
"moduleResolution": "NodeNext",
88
"outDir": "lib",
9-
"rootDir": "./",
9+
"rootDir": "./src",
1010
"skipLibCheck": true,
1111
"strict": true,
1212
"target": "ES2022",

0 commit comments

Comments
 (0)