mirror of
https://github.com/colanode/colanode.git
synced 2025-12-24 23:49:27 +01:00
14 lines
321 B
JSON
14 lines
321 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Scripts",
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true
|
|
},
|
|
"references": [
|
|
{ "path": "../packages/core/tsconfig.json" },
|
|
{ "path": "../packages/crdt/tsconfig.json" }
|
|
],
|
|
"include": ["src"]
|
|
}
|