/ts_learn

typescript练手

Primary LanguageTypeScript

编译流程

  1. 将需要编译的文件放入src文件夹下
  2. 命令行输入tsc,回车
  3. 编译好的文件在dist目录下