refactor: 🚚 Add slash to typescript path shortcuts

This commit is contained in:
Jesse Wierzbinski 2024-05-28 14:59:49 -10:00
parent 5b658984a5
commit 0706541546
No known key found for this signature in database
176 changed files with 733 additions and 733 deletions

View file

@ -22,9 +22,9 @@
"experimentalDecorators": true,
"verbatimModuleSyntax": true,
"paths": {
"@*": ["./utils/*"],
"~*": ["./*"],
"+*": ["./server/api/*"]
"@/*": ["./utils/*"],
"~/*": ["./*"],
"+/*": ["./server/api/*"]
}
},
"include": [