Stronger model typings
This commit is contained in:
parent
13176a07a9
commit
453e83ea5d
176 changed files with 2118 additions and 1133 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue