Skip to content

Commit

Permalink
use refs again
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Aug 26, 2024
1 parent 97f8889 commit dd3141d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/crdt/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"compilerOptions": {
"outDir": "dist"
},
"references": [
{
"path": "../object"
}
],
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.asc.ts"]
}
11 changes: 11 additions & 0 deletions packages/node/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,16 @@
"compilerOptions": {
"outDir": "dist"
},
"references": [
{
"path": "../crdt"
},
{
"path": "../network"
},
{
"path": "../object"
}
],
"include": ["src/**/*.ts"]
}
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

"skipLibCheck": true,
"stripInternal": true,
"resolveJsonModule": true,
"paths": {
"@topology-foundation/*": ["./packages/*"]
}
"resolveJsonModule": true
}
}

0 comments on commit dd3141d

Please sign in to comment.