-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #457 from seratch/v2-japanese-docs
Add Japanese version of v2 migration & TS guide
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: TypeScript での利用ガイド | ||
order: 3 | ||
slug: using-typescript | ||
lang: ja-jp | ||
layout: tutorial | ||
permalink: /ja-jp/tutorial/using-typescript | ||
--- | ||
|
||
# TypeScript での利用ガイド | ||
|
||
このプロジェクトは [TypeScript](https://www.typescriptlang.org/) を利用して開発されているため、多くの API が型に関するメタ情報を持っています🎉 Visual Studio Code や Atom をはじめとする型のメタ情報を読み込んでくれるエディタを利用していたり、あなたも TypeScript を使って開発している場合には、このより優れたドキュメンテーションによって、よりスムーズにコードを書いたり、エラーの早期発見、より楽なリファクタリングなどの恩恵を受けることができるでしょう。 | ||
|
||
このページでは、TypeScript を利用しているプロジェクトからこの npm パッケージを利用する方法について解説します。 | ||
|
||
### 最低必須バージョン | ||
|
||
`@slack/bolt` の最新のメジャーバージョンは TypeScript 3.7 以上での利用をサポートしています。 |