Skip to content

Commit cc13049

Browse files
committed
fix: correct tsconfig rootDir to flatten dist output
1 parent 8f06139 commit cc13049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "ESNext",
44
"module": "Node16",
55
"moduleResolution": "node16",
6-
"rootDir": ".",
6+
"rootDir": "src",
77
"outDir": "dist",
88
"strict": true,
99
"esModuleInterop": true,

0 commit comments

Comments
 (0)