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.
- 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.
- 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.
- 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.
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.
This extension is licensed under the MIT License.
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!