fix(tsconfig): remove composite + references from test config #12

Merged
mburchard merged 1 commit from fix/tsconfig-test-composite into main 2026-03-11 12:08:14 +00:00
Owner

tsconfig.test.json used composite: true with references to tsconfig.node.json and tsconfig.app.json, which conflicts with noEmit: true inherited from tsconfig.base.json (TS6310).

  • Remove composite and references from tsconfig.test.json
  • Include source paths directly (modules/**/*.ts)
  • Remove tsconfig.test.json reference from tsconfig.json
tsconfig.test.json used composite: true with references to tsconfig.node.json and tsconfig.app.json, which conflicts with noEmit: true inherited from tsconfig.base.json (TS6310). - Remove composite and references from tsconfig.test.json - Include source paths directly (modules/**/*.ts) - Remove tsconfig.test.json reference from tsconfig.json
fix(tsconfig): remove composite + references from test config
All checks were successful
CI / ci (pull_request) Successful in 1m52s
CI / ci (push) Successful in 1m52s
207db32b2b
tsconfig.test.json used composite: true with references to tsconfig.node.json
and tsconfig.app.json, which conflicts with noEmit: true inherited from
tsconfig.base.json (TS6310).

- Remove composite and references from tsconfig.test.json
- Include source paths directly (modules/**/*.ts)
- Remove tsconfig.test.json reference from tsconfig.json
mburchard deleted branch fix/tsconfig-test-composite 2026-03-11 12:08:14 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mburchard/vite-electron-starter!12
No description provided.