【TS】WebStorm中设置
命令:
npm install -g typescript //安装TypeScripttsc --init //生成tsconfig.json文件
ren *.js *.ts // js文件转成ts文件
webstrom配置
Program:D:\tools\Ionic\nodejs\tsc.cmdArguments:--sourcemap --target "ES5"
Output paths to refresh:$FileNameWithoutExtension$.js:$FileNameWithoutExtension$.js.map
Working directory:$FileDir$
以上是 【TS】WebStorm中设置 的全部内容, 来源链接: utcz.com/a/67600.html