1.1.0-alpha.4 • Published 11 months ago

tsc-merge v1.1.0-alpha.4

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Options

-f --folder (default ./src)

Path to the directory which has to be merged.

-fn --fileName (default index)

Name of the merged javascript output file.

-o --output (default ./dist)

Path to the directory were the type definition and the source map or cli file will be stored.

-c --config (default tsconfig.json)

Path to the typescript configuration file. Required to fetch the required configurations for the tsc script.

--cli

Creates an javascript file which is cli compatible. No type declaration will be created (see --typeDeclarationOnly).

--esm

Setup the tsc script with the required esm configuration. This is required when the application is an module.

Misc Options

NOT YET --logFile

Debug Options

--typeDeclarationOnly

Creates only the typescript type definition files without any source maps / javascript file.

--printFilesPaths

Prints out the pathes of the files which will be used in the merging process without proceeding. Usefull to check if all the required files are considered.

--printConfig

Prints out the constructed tsc-merge configuration without proceeding. This options is usefull to check if the process arguments are read correctly.

--ignoreMerge

Stops process before merging. Usefull to verify the output of the tsc script.

--verbose

Prints out debug logs.

1.1.0-alpha.1

12 months ago

1.1.0-alpha.2

12 months ago

1.1.0-alpha.4

11 months ago

1.0.2-alpha.4

1 year ago

1.0.2-alpha.3

1 year ago

1.0.2-alpha.2

1 year ago

1.0.2-alpha.1

2 years ago

1.0.2-alpha.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago