#author("2019-05-16T08:53:02+09:00","default:ryuichi","ryuichi")
* TypeScriptの設定を変更 [#t186a54a]


*** .vimrc [#m2baf8f4]

 let g:quickrun_config['typescript'] = { 'type' : 'typescript/tsc' }
 let g:quickrun_config['typescript/tsc'] = {
 \   'command': 'tsc',
 \   'exec': ['%c --target esnext --module commonjs %o %s', 'node %s:r.js'],
 \   'tempfile': '%{tempname()}.ts',
 \   'hook/sweep/files': ['%S:p:r.js'],
 \ }

** 参考 [#d1e112df]

https://github.com/thinca/vim-quickrun/blob/master/doc/quickrun.jax

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS