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
- Host: GitHub
- URL: https://github.com/khalidsheet/tsconfig-applier
- Owner: khalidsheet
- License: mit
- Created: 2023-08-18T02:56:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T00:15:38.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T10:11:40.494Z (about 1 year ago)
- Topics: helper, productivity, tsconfig, typescript
- Language: TypeScript
- Homepage:
- Size: 3.33 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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.

## 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!