carefree-c
v1.0.10
Published
把 ts 转换成 js
Downloads
13
Readme
把ts
转换成js
carefree-c
▶ carefree-c --help
Usage: carefree-c <command>
Commands:
carefree-c build [options] Build your project once and exit.
carefree-c watch [options] Recompile files on changes.
Options:[build|watch]
--entry, -e Specify the entry directory.
--output, -o Specify the output directory.
--es Convert to es.
--preset-react Using the @babel/preset-react plug-in
--files Single file conversion
--only-remove-type-imports only remove type imports
--disable-babel disable Babel
Options:
--version, -v Show version number
--help, -h Show help
Examples:
$ carefree-c build Build your project.
$ carefree-c build --entry src Specify the entry directory.
$ carefree-c build --output libs Output directory.
$ carefree-c watch Disable Babel.