@merkle-open/ts-config
v2.0.0
Published
Shared TypeScript configuration
Readme
Shared TypeScript config 
Shared TypeScript configuration for Merkle projects.
Current state
- Package version:
2.0.0 - Node.js:
^20.19.0 || ^22.13.0 || >=24 - TypeScript:
^6.0.0 - Variants:
node,browser,browser-react
Requirements
- Install TypeScript and the shared config:
npm install --save-dev typescript @merkle-open/ts-configUsage
Use the variant that matches the project type.
Node.js / server
{
"extends": "@merkle-open/ts-config/node"
}Browser / bundler
{
"extends": "@merkle-open/ts-config/browser"
}Browser / React
{
"extends": "@merkle-open/ts-config/browser-react"
}Migration guide
See MIGRATION.md for the full v1 → v2 migration guide.
Changelog
See CHANGELOG.md for release history and breaking changes.
