Skip to content

Commit affb6d9

Browse files
committed
chore(tsconfig): add rootDir configuration
- Add rootDir option pointing to ./src directory - Ensures TypeScript compiler uses correct source root for output mapping - Improves build consistency and source map accuracy
1 parent 55c0a77 commit affb6d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"noPropertyAccessFromIndexSignature": true,
1717
"stripInternal": true,
1818
"outDir": "./dist",
19+
"rootDir": "./src",
1920
"skipDefaultLibCheck": true,
2021
"skipLibCheck": true
2122
},

0 commit comments

Comments
 (0)