Commit d06bb0c
committed
chore(config): add graph-gen package to TypeScript path mappings
Add @bibgraph/graph-gen imports to tsconfig.base.json paths configuration.
Enables imports across the monorepo:
import { GraphSpec } from '@bibgraph/graph-gen';
Path mappings point to source files for TypeScript composite project support:
- @bibgraph/graph-gen → packages/graph-gen/src/index.ts
- @bibgraph/graph-gen/* → packages/graph-gen/src/*1 parent c583875 commit d06bb0c
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments