mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor: 🚚 Add slash to typescript path shortcuts
This commit is contained in:
parent
5b658984a5
commit
0706541546
176 changed files with 733 additions and 733 deletions
|
|
@ -22,9 +22,9 @@
|
|||
"experimentalDecorators": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"paths": {
|
||||
"@*": ["./utils/*"],
|
||||
"~*": ["./*"],
|
||||
"+*": ["./server/api/*"]
|
||||
"@/*": ["./utils/*"],
|
||||
"~/*": ["./*"],
|
||||
"+/*": ["./server/api/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue