mirror of
https://github.com/colanode/colanode.git
synced 2025-12-24 15:39:32 +01:00
19 lines
315 B
JSON
19 lines
315 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Server",
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../packages/core"
|
|
},
|
|
{
|
|
"path": "../../packages/crdt"
|
|
}
|
|
]
|
|
}
|