0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

TypeScript:覚えた知識を日々書き留める#3

Last updated at Posted at 2019-10-14

#TS2069エラーを解決した方法メモ

新しいプロジェクトを作り、必要なものをインストールして
Promiseを使おうとするとTS2069エラーに。

tsconfig.jsonのtargetをes2015に変更すると、エラーが消えた。

targetとは、トランスパイル後のECMAScriptのターゲットバージョン。
トランスパイルとは、ソースコードからソースコードへのコンパイルを行う事。

調べたとおりに修正すれば問題は解決するけど、理解が曖昧なまま
とりあえず直すのが気持ち悪い。
…設定周り、まだまだ勉強しなければ;

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?