Skip to content

tsx

This plugin is always enabled.

If this plugin is enabled, the following configuration is added automatically:

{
"tsx": {
"config": [
"package.json"
]
}
}

Depending on local configuration, plugins may modify the defaults as shown.

Custom config or entry options override default values, they are not merged.

See Plugins for more details about plugins and their entry and config options.

This plugin adds argument parsing for the tsx binary. Configuration:

positional: true
nodeImportArgs: true
args: (args) => args.filter((arg) => arg !== "watch")

The configuration was generated from source code. Also see Script Parser.

This page was generated from the tsx plugin source code.

ISC License © 2024 Lars Kappert