Skip to content

Commit c8a8f68

Browse files
committed
chore: update src/tsconfig.json
1 parent 2da05de commit c8a8f68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "../tsconfig",
33
"compilerOptions": {
4-
"baseUrl": "../cjs",
4+
"baseUrl": ".",
5+
"outDir": "../cjs",
56
"emitDeclarationOnly": true,
67
"noEmit": false
78
}

0 commit comments

Comments
 (0)