@walkeros/config
v4.6.0
Published
Shared development configuration for walkerOS packages (TypeScript, ESLint, Jest, tsup)
Maintainers
Readme
@walkeros/config
Shared development configuration for walkerOS packages, providing common TypeScript, ESLint, Jest, and tsup build tooling.
Documentation • NPM Package • Source Code
Installation
npm install --save-dev @walkeros/configQuick start
Extend a shared config, for example in your tsconfig.json:
{
"extends": "@walkeros/config/tsconfig/base.json",
"compilerOptions": {
"rootDir": "src"
},
"include": ["src/**/*"]
}Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT
