@sheet-i18n/typescript-config
v1.8.1
Published
A collection of reusable TypeScript configuration presets for various environments, including base, Node.js, and React projects.
Readme
@sheet-i18n/typescript-config
A collection of reusable TypeScript configuration presets for various environments, including base, Node.js, and React projects.
Installation
To install this package, use your preferred package manager:
npm install @sheet-i18n/typescript-config --save-dev
# or
yarn add @sheet-i18n/typescript-config --dev
# or
pnpm add @sheet-i18n/typescript-config --save-devUsage
You can extend the configurations provided in this package in your tsconfig.json file:
Base Configuration
{
"extends": "@sheet-i18n/typescript-config/base.json"
}Node.js Configuration
{
"extends": "@sheet-i18n/typescript-config/node.json"
}React Configuration
{
"extends": "@sheet-i18n/typescript-config/react.json"
}Files Included
This package includes the following configuration files:
- base.json: A base TypeScript configuration suitable for most projects.
- node.json: A TypeScript configuration tailored for Node.js projects.
- react.json: A TypeScript configuration optimized for React projects.
Author
devAnderson
GitHub Profile
Email
License
This project is licensed under the MIT License.
Contributing
Contributions are welcome! If you have suggestions or find bugs, feel free to open an issue or a pull request on the GitHub repository.
