Files
colanode/scripts/tsconfig.json

14 lines
321 B
JSON
Raw Permalink Normal View History

{
"$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"]
}