g:typescript_compiler_options
でオプションを指定することができました。
私は次のように.vimrc
に書いています。
let g:typescript_compiler_options = ' --module commonjs --target ES5 --noImplicitAny'
(2015-01-20追記)
vvakamwe氏のTypeScript本を参考に、オプションに--noImplicitAny
も追加しました。
Go to list of users who liked
More than 5 years have passed since last update.
g:typescript_compiler_options
でオプションを指定することができました。
私は次のように.vimrc
に書いています。
let g:typescript_compiler_options = ' --module commonjs --target ES5 --noImplicitAny'
(2015-01-20追記)
vvakamwe氏のTypeScript本を参考に、オプションに--noImplicitAny
も追加しました。
Register as a new user and use Qiita more conveniently
Go to list of users who liked