tsc-multi icon indicating copy to clipboard operation
tsc-multi copied to clipboard

Compile multiple TypeScript projects into multiple targets.

Results 20 tsc-multi issues
Sort by recently updated
recently updated
newest added

implements #23 - add support for differentation of output by outDir (does not detect if tsconfig.json outDir matches an override) - add option to override top level properties in package.json...

tsc-multi writes to `stderr` even when it just says "Found 0 errors". It should use `stdout` in the success case.

With module: Node16 the type property of package.json determines how .js files are interpreted. `"type": "module"` -> ESM `"type": "commonjs"` or not present -> CommonJS tsc only enters full ESM...

Is there a way to use swc to do the compilation instead of the typescript compiler? ts-node has support for this, which is quite nice: https://typestrong.org/ts-node/docs/swc/ (build times drop from...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

The package is causing the compiler to leave behind files it would have otherwise copied to the dist dir. ```ts // auth.ts import users from './users.json' ``` dist will have...

The transformer is renaming .json files that it is not supposed to. EG: ```ts import users from './users.json' ``` the result comes as ```js import users from './users.json.cjs' ``` the...

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies