1.3.1 • Published 6 months ago

@slavamak/tsconfig v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@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.

1.3.1

6 months ago

1.3.0

6 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago