LoginSignup
2
1

More than 5 years have passed since last update.

typescript-vimでコンパイラオプションを指定する

Last updated at Posted at 2015-01-14

g:typescript_compiler_optionsでオプションを指定することができました。
私は次のように.vimrcに書いています。

let g:typescript_compiler_options = ' --module commonjs --target ES5 --noImplicitAny'

(2015-01-20追記)

vvakamwe氏のTypeScript本を参考に、オプションに--noImplicitAnyも追加しました。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1