LoginSignup
0
0

More than 3 years have passed since last update.

tsyringeでエラーになるメモ(es6のせい?)

Last updated at Posted at 2020-01-05

今vue.js + typescript + pixi.js + tsyringeをいじっているが、tsconfig.jsonのcompilerOptions.targetをes5からes6に変えると以下のようなエラーが出るようになった。

TypeError: Class constructor PlayerCharacter cannot be invoked without 'new'

原因はわからないが、es5に戻せばエラーはでなくなった。

0
0
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
0
0