Skip to content

Commit 514ed89

Browse files
committed
🔧 Adding a path for public files
1 parent a49f12d commit 514ed89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
}
2121
],
2222
"paths": {
23+
"@/public/*": ["./public/*"],
2324
"@/*": ["./src/*"],
2425
"@/styles/*": ["./src/styles/*"],
2526
"@/lib/*": ["./src/lib/*"],

0 commit comments

Comments
 (0)