Skip to content

Commit 695a8a0

Browse files
committed
fix: Fix wrong path
1 parent 9267368 commit 695a8a0

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
@@ -5,7 +5,7 @@
55
"declaration": true,
66
"skipLibCheck": true,
77
"allowSyntheticDefaultImports": true,
8-
"baseUrl": "./app",
8+
"baseUrl": "./src",
99
"isolatedModules": true,
1010
"jsx": "react",
1111
"lib": [

0 commit comments

Comments
 (0)