Add ~ path alias

This commit is contained in:
Sam Carlton 2022-04-25 17:09:27 -05:00
parent 6f9d5ec8bf
commit 96a84d772c

8
jsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"]
}
}
}