We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e748d commit 5e4fc63Copy full SHA for 5e4fc63
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@markedjs/testutils",
3
- "version": "18.0.0-0",
+ "version": "18.0.0-1",
4
"description": "Test utilities for marked and marked extensions",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
tsconfig.json
@@ -6,7 +6,7 @@
"module": "NodeNext",
7
"moduleResolution": "NodeNext",
8
"outDir": "lib",
9
- "rootDir": "./",
+ "rootDir": "./src",
10
"skipLibCheck": true,
11
"strict": true,
12
"target": "ES2022",
0 commit comments