Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Apr 29, 2024
1 parent 5619c14 commit e41fa63
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/tscx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ Happy hacking!

## Differences with `tsc`

-Support option `--remove` for removing output folder before every compilation.
-Support option `--copyfiles` for copying non-ts files to output folder after every compilation.
-Support option `--script <scr>` for running `npm run <scr>` after compilation success.
-Support option `--exec <path>` for executing js file after compilation success.
- As for `tsc` built-in options, we only support options below.
-Additionally support `--remove` for removing output folder before every compilation.
-Additionally support `--copyfiles` for copying non-ts files to output folder after every compilation.
-Additionally support `--script <scr>` for running `npm run <scr>` after compilation success.
-Additionally support `--exec <path>` for executing js file after compilation success.
- 🚨 As for `tsc` built-in options, we only support these options below.
- `--project`
- `--watch`
- 🚨 [outDir](https://www.typescriptlang.org/tsconfig/#outDir) is required in `tsconfig`.

## Install

Expand Down

0 comments on commit e41fa63

Please sign in to comment.