Files
calchat/tsconfig.json

11 lines
169 B
JSON

{
"compilerOptions": {
"strict": true
},
"references": [
{ "path": "packages/shared" },
{ "path": "apps/client" },
{ "path": "apps/server" }
]
}