Configure compiler paths

This commit is contained in:
Sam Carlton 2021-09-11 13:13:43 -05:00
parent 71700034d8
commit 511f4e9972

9
jsconfig.json Normal file
View file

@ -0,0 +1,9 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/components/*": ["components/*"],
"@/helpers/*": ["helpers/*"],
}
}
}