webStorm 开发,配置 ts(TypeScript)的 FileWatchers
安装 TS
pnpm install typescript -g
# 查看版本
tsc -v
在 webStorm
中设置 watcher
看高亮
在 setting
中找到 tools/File Watchers
, 点击下面的 + 按钮添加一个 watcher
各项配置如下
# Program
tsc
# Arguments - tsc 的参数
$FileName$ --outfile $FileNameWithoutExtension$.js --target esnext --allowJs
# Output paths to refresh
$FileNameWithoutExtension$.js
# Working directory
$FileDir$
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 kshao-blog-前端知识记录!
评论