The Swap Tsconfig extension provides the ability to swap between multiple Typescript configuration files in both single and multi-root workspaces.
Running the swap-tsconfig
command will replace the content of the current tsconfig.json
with that of the configuration selected. This operation is safe as the original configuration is cached and will be restored on deactivation e.g., shut down, reload, uninstall etc.
Name | Description |
---|---|
swap-tsconfig.exclude |
Glob patterns used for ignoring tsconfig files |
swap-tsconfig.include |
Glob patterns used for finding tsconfig files |
Note: Glob patterns should be specified using the POSIX path separator "/" (forward slash)
See Issues
See CHANGELOG