@slavamak/tsconfig
v1.2.1
Published
Shareable TSConfig configurations
Downloads
334
Maintainers
Readme
@slavamak/tsconfig
Shareable TSConfig configurations.
Installation
To use these configurations in your project, install the package via pnpm:
pnpm add -D @slavamak/tsconfig
Requirements
This package requires TypeScript version 5.5 or above. Make sure to have the appropriate version installed in your project.
Usage
To use the TSConfig configurations, add the desired config to the extends
property in your tsconfig.json
file:
{
"extends": "@slavamak/tsconfig/remix.json"
}
You can also extend from multiple configurations by providing an array to the extends property:
{
"extends": [
"@slavamak/tsconfig/base.json",
"@tsconfig/deno/tsconfig.json"
]
}
Available Configurations
This package includes a variety of configurations to suit different project needs. You can extend from any of the following:
base.json
: Basic configuration for TypeScript/JavaScript projects.remix.json
: Configuration for Remix applications.
License
This project is licensed under the MIT License - see the LICENSE file for details.