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
Share on X(Twitter)
Share on Facebook
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