Skip to content

Conversation

@mondoreale
Copy link
Contributor

This pull request updates the TypeScript configuration for the browser-test-runner package to simplify build scripts and consolidate configuration. The main changes are the removal of the local tsconfig.node.json in favor of a single tsconfig.json, and updates to related build and linting settings.

TypeScript configuration consolidation:

  • Added a new tsconfig.json that extends the root configuration and specifies output and included files, replacing the previous local tsconfig.node.json.
  • Updated ESLint configuration to reference the new tsconfig.json instead of tsconfig.node.json.

Build and script improvements:

  • Simplified the build script in package.json to use the default TypeScript project and added a new check script for type checking.

@mondoreale mondoreale requested a review from teogeb December 8, 2025 15:04
@linear
Copy link

linear bot commented Dec 8, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants