Fixed path alias.

This commit is contained in:
Mike Cao 2023-08-21 19:32:17 -07:00
parent 800731f3aa
commit 51014f6ce6
5 changed files with 8 additions and 5 deletions

View file

@ -1,5 +1,8 @@
{
"compilerOptions": {
"baseUrl": "./src"
"baseUrl": "./src",
"paths": {
"public/*": ["./public/*"]
}
}
}