2
1

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 1 year has passed since last update.

TypeScriptのエラーの見方

Posted at

TypeScriptのエラーの見方

エラーコードの種類

こちらに定義があります。

番台 エラーの種類 説明
1000 シンタックスエラー 文法のエラー
2000 セマンティックエラー 文法は正しいが、命名ケース、引数の数、数値リテラルの型などのエラー
4000 declaration emit messages モジュールのエクスポートなどのエラー
5000 コンパイラオプションメッセージ TypeScriptコンパイラのオプションに関するエラー
6000 コマンドラインコンパイラメッセージ コマンドライン引数のエラー
7000 noImplicitAnyメッセージ any型が推論された時のエラー

エラー文言の定義一覧

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?