fix: failing path alias

This commit is contained in:
sethburkart123
2024-08-29 17:04:46 +10:00
parent 59a8084e98
commit 99a3166fa4
8 changed files with 10 additions and 13 deletions
+1 -2
View File
@@ -21,8 +21,7 @@
"noFallthroughCasesInSwitch": true,
"paths": {
"@/*": ["./src/*"],
"@lib/*": ["./lib/*"],
"@/*": ["./src/*"]
}
},
}