@hanseltime/pkgtest / TypescriptOptions
Interface: TypescriptOptions
Extends
Properties
config?
optionalconfig:Partial\<TsConfigJson>
Typescript configuration that is merged with the base typescript that is created
nodeTypes?
optionalnodeTypes:InstalledTool
The version of the @types/node
tsNode?
optionaltsNode:TsNodeRun
Required if ts-node is included in the runBy section
tsx?
optionaltsx:TsxRun
Required if Tsx is included in the runBy section
version?
optionalversion:string
Explicit version to test. If not supplied, we will use the dependency/devDependency of the testing project or throw an error if we can't find anything