Skip to content

chore: Remove unused TypeScript 2.5 and ts-loader#172

Merged
andykog merged 2 commits into
masterfrom
chore/remove-unused-typescript
Jun 16, 2026
Merged

chore: Remove unused TypeScript 2.5 and ts-loader#172
andykog merged 2 commits into
masterfrom
chore/remove-unused-typescript

Conversation

@andykog

@andykog andykog commented Jun 16, 2026

Copy link
Copy Markdown
Member

Summary

  • Remove typescript (^2.5.2) and ts-loader (^2.3.7) from devDependencies — both date from 2017 and are unused
  • Remove ts-loader webpack rules from webextension and playground webpack configs
  • Remove .ts/.tsx from resolve.extensions in all webpack configs

The project has no .ts or .tsx source files — it is entirely JavaScript. The hand-written type declaration file (packages/mobx-devtools-mst/index.d.ts) and the root jsconfig.json are preserved as they do not depend on the TypeScript compiler.

This drops dead tooling weight and avoids confusion about the project's actual build toolchain.

@andykog andykog marked this pull request as ready for review June 16, 2026 17:14
@andykog andykog merged commit 3e53c50 into master Jun 16, 2026
1 check passed
@andykog andykog deleted the chore/remove-unused-typescript branch June 16, 2026 17:14
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.

1 participant