@ -27,6 +27,7 @@
"./client/**/*.ts",
"./client/**/*.tsx"
],
"exclude": [],
"references": [{
"path": "../common"
}]
@ -15,5 +15,6 @@
},
"include": [
"./**/*.ts",
]
"exclude": []
}
@ -21,5 +21,6 @@
}],
"./**/*.ts"
@ -9,6 +9,20 @@
"types": [
"node"
"strict": true
"strict": true,
"baseUrl": ".",
"paths": {
"@common/*": [
"./common/*"
"@client/*": [
"./client/*"
"exclude": [
"./client",
"./common",
"./server"