Skip to content

Commit 63085a7

Browse files
committed
fix: Add explicit rootDir for TypeScript 6 compatibility
TypeScript 6 requires rootDir to be explicitly set when outDir is configured.
1 parent 930d62b commit 63085a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"allowJs": true,
55
"declaration": true,
66
"outDir": "dist",
7+
"rootDir": "src",
78
"sourceMap": true
89
}
910
}

0 commit comments

Comments
 (0)