Skip to content

Commit c285558

Browse files
committed
fix: fixed alias path
1 parent 5334d08 commit c285558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"paths": {
23-
"@/*": ["app/*"]
23+
"@/*": ["./*"]
2424
}
2525
},
2626
"include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],

0 commit comments

Comments
 (0)