mirror of
https://github.com/colanode/colanode.git
synced 2025-12-28 16:06:37 +01:00
16 lines
291 B
JSON
16 lines
291 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Crdt Library",
|
|
"extends": "../../tsconfig.base.json",
|
|
"references": [
|
|
{
|
|
"path": "../core"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"composite": true,
|
|
},
|
|
}
|