Skip to content

Commit 4a2a09c

Browse files
committed
fix: add rootDir to tsconfig.build.json so bob types output matches package.json paths
Made-with: Cursor
1 parent 23d2f3c commit 4a2a09c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"declaration": true,
55
"declarationMap": true,
66
"sourceMap": true,
7+
"rootDir": ".",
78
"outDir": "lib/typescript",
89
"noUnusedLocals": false,
910
"noUnusedParameters": false

0 commit comments

Comments
 (0)