Stronger model typings

This commit is contained in:
Chocobozzz 2019-08-15 11:53:26 +02:00
parent 13176a07a9
commit 453e83ea5d
No known key found for this signature in database
GPG key ID: 583A612D890159BE
176 changed files with 2118 additions and 1133 deletions

View file

@ -14,11 +14,15 @@
"es2016",
"es2017"
],
"typeRoots": [ "node_modules/@types", "server/typings" ]
"typeRoots": [ "node_modules/@types", "server/typings" ],
"baseUrl": "./",
"paths": {
"@server/typings/*": [ "server/typings/*" ],
"@server/models/*": [ "server/models/*" ]
}
},
"exclude": [
"server/tools/",
"client/node_modules",
"node_modules",
"dist",
"storage",