Skip to content

Commit fff060f

Browse files
committed
fix: update exported path
1 parent c2f63cd commit fff060f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"noEmit": true,
1818
"verbatimModuleSyntax": true,
1919
"baseUrl": ".",
20-
"rootDir": "."
20+
"rootDir": "./src/"
2121
},
2222
"include": ["src/**/*"],
2323
"exclude": ["dist/*"]

0 commit comments

Comments
 (0)