Skip to content

Commit 3d36965

Browse files
authored
fix build (#231)
1 parent 5e245d7 commit 3d36965

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)