fix(tsconfig.json): add alias configuration

This commit is contained in:
Zane Schaffer 2022-07-22 12:16:19 -07:00
parent 9bb2689989
commit c227fb3125
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"paths": {
"$helpers/*": ["src/helpers/*"]
}
}
}