Skip to content

Commit c306d73

Browse files
committed
chore: Add rootDir for TypeScript 6.0 compatibility
1 parent d431903 commit c306d73

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"declaration": true,
88
"emitDeclarationOnly": true,
99
"outDir": "lib",
10-
"declarationMap": true
10+
"declarationMap": true,
11+
"rootDir": "src"
1112
}
1213
}

0 commit comments

Comments
 (0)