An open API service indexing awesome lists of open source software.

https://github.com/khalidsheet/tsconfig-applier

Welcome to `tsconfig-applier`! This Visual Studio Code extension simplifies the process of selecting and applying TypeScript configuration files (`tsconfig.json`) from the https://github.com/tsconfig/bases repository. With this extension, you can effortlessly browse through available configuration
https://github.com/khalidsheet/tsconfig-applier

helper productivity tsconfig typescript

Last synced: 11 months ago
JSON representation

Welcome to `tsconfig-applier`! This Visual Studio Code extension simplifies the process of selecting and applying TypeScript configuration files (`tsconfig.json`) from the https://github.com/tsconfig/bases repository. With this extension, you can effortlessly browse through available configuration

Awesome Lists containing this project

README

          

# tsconfig-applier

Welcome to `tsconfig-applier`! This Visual Studio Code extension simplifies the process of selecting and applying TypeScript configuration files (`tsconfig.json`) from the [tsconfig/bases](https://github.com/tsconfig/bases) repository. With this extension, you can effortlessly browse through available configuration files, select the one that suits your project, and apply it directly to your workspace.

![Show Case](showcase-tsconfig-applier.gif)

## Features

- Browse through the collection of TypeScript configuration files available in the [tsconfig/bases](https://github.com/tsconfig/bases) repository.
- Select a desired configuration file from the list presented.
- Automatically download and save the chosen configuration as `tsconfig.json` in your workspace.

## Installation

1. **Open Visual Studio Code.**
2. **Access the Command Palette by pressing `Ctrl+Shift+P`.**
3. **Search for "tsconfig-applier" and click the Install button for the extension.**

## Usage

1. **Open your TypeScript project in Visual Studio Code.**
2. **Access the Command Palette by pressing `Ctrl+Shift+P`.**
3. **Search for "tsconfig-applier" and select it.**
4. **The extension panel will display a list of available TypeScript configuration bases from the [tsconfig/bases](https://github.com/tsconfig/bases) repository.**
5. **Select the desired configuration base from the list.**
6. **The extension will automatically download and apply the selected configuration as `tsconfig.json` in your project workspace.**

## Contributing

Contributions are welcome and encouraged! If you find any issues or have suggestions for improvements, please feel free to create an issue or submit a pull request on the [GitHub repository](https://github.com/khalidsheet/tsconfig-applier).

## License

This extension is licensed under the [MIT License](https://opensource.org/licenses/MIT).

---

Happy coding with TypeScript and hassle-free configuration management with `tsconfig-applier`! If you have any questions, concerns, or feedback, don't hesitate to get in touch. Enjoy your enhanced development experience!