@magnidev/typescript-config
v0.2.2
Published
A shared TypeScript configuration for Magni Development projects.
Maintainers
Readme
@magnidev/typescript-config
A shared TypeScript configuration for Magni Development projects.
Installation
pnpm add @magnidev/typescript-config
npm install @magnidev/typescript-config
yarn add @magnidev/typescript-configUsage
Extend the configuration you need:
{
"extends": "@magnidev/typescript-config/node-base",
"compilerOptions": {
// ...
}
}Available Configurations
node-baseFor Node.js projectsnode-libraryFor Node.js libraries
Contributing
Contributions are welcome! Please see contributing for guidelines.
License
This project is licensed under the MIT License - see the LICENSE file for details.
