Commit 811f9e5
Consume the config package through workspace dependencies
Follow-up to #470, matching nestia-start#635:
- Install @ORGANIZATION/PROJECT-config as workspace:^ in api/backend
and resolve the shared tsconfig by package name
("extends": "@ORGANIZATION/PROJECT-config/tsconfig")
- Replace the api package's self devDependency with @ttsc/paths,
which its tsconfig paths self-mapping actually relies on
- Lint configs keep importing the shared config relatively for now:
ttsx mixes up compiled outputs of same-basename modules when
lint.config.ts files are imported across packages, breaking the
@ttsc/lint config loader on cold caches
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01K1Q5EM6GT2Q89UPrNRKX1z1 parent d44d4e1 commit 811f9e5
5 files changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments