Fix types dist paths

This commit is contained in:
Chocobozzz
2021-12-24 13:16:55 +01:00
parent 499be42ca2
commit b969539c83
14 changed files with 78 additions and 26 deletions

View File

@@ -27,7 +27,7 @@
"paths": {
"@server/*": [ "server/*" ],
"@shared/*": [ "shared/*" ],
"@client/*": [ "client/src/*" ],
"@client/*": [ "client/src/*" ]
},
"resolveJsonModule": true,
"strict": false,