Skip to content

Commit 45845f6

Browse files
committed
chore: add rootDir to tsconfig
1 parent 92cd29d commit 45845f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// using tsc for type declarations as "Note that declaration files generated by any tool other than tsc are not guaranteed to be error-free, so it's a good idea to test the output with tsc" - https://tsup.egoist.dev/#generate-declaration-file
33
"extends": "@repo/typescript-config/react-library.json",
44
"compilerOptions": {
5+
"rootDir": "./src",
56
"outDir": "dist",
67
"noEmit": false,
78
"emitDeclarationOnly": true,

0 commit comments

Comments
 (0)