Skip to content

Commit 4801314

Browse files
committed
fix: Wrong baseUrl
1 parent 2ecfa12 commit 4801314

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
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"allowSyntheticDefaultImports": true,
44
"strict": true,
5-
"baseUrl": "./app",
5+
"baseUrl": "./src",
66
"esModuleInterop": true,
77
"forceConsistentCasingInFileNames": true,
88
"isolatedModules": true,

0 commit comments

Comments
 (0)