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 f
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
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 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 repository.
Select a desired configuration file from the list presented.
Automatically download and save the chosen configuration as tsconfig.json in your workspace.
Installation
Open Visual Studio Code.
Access the Command Palette by pressing Ctrl+Shift+P.
Search for "tsconfig-applier" and click the Install button for the extension.
Usage
Open your TypeScript project in Visual Studio Code.
Access the Command Palette by pressing Ctrl+Shift+P.
Search for "tsconfig-applier" and select it.
The extension panel will display a list of available TypeScript configuration bases from the tsconfig/bases repository.
Select the desired configuration base from the list.
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.
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!