Add helpers alias

This commit is contained in:
Sam Carlton 2022-04-27 13:09:50 -05:00
parent 8dd2c5ea4a
commit 47b9c1afad

View file

@ -2,7 +2,8 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"]
"~/*": ["./*"],
"~/helpers": ["./helpers/*"]
}
}
}