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

Node.js向けTypeScript環境のボイラープレートを作った

Posted at

はじめに

TypeScriptのアプリを作り始めるたびに毎回同じようなパッケージをインストールしてtsconfig.json書いてESLintの設定書いて、vscodeの設定を書いて…ってやって時間を使うのが面倒になってきたので、必要最低限のスタート環境用のボイラープレートを作ってみました。

いきなり成果物

  • Node.js 16用としてv16.0.0のタグをつけてあります。

  • 以下のものが使える状態になってます。

    • TypeScript 4.8
    • ESLint (Airbnbスタイル)
    • Jest

Airbnbスタイルにしているのは完全に私の好みです。

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?