Skip to content

Commit 53d9993

Browse files
shika358kevinmarrec
authored andcommitted
docs: fix link in ja doc (nuxt#165)
1 parent 2abaf9d commit 53d9993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/guide/runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
TypeScript ランタイムは、**nuxt.config** ファイル、ローカルの **modules** および **serverMiddlewares** といった Webpack でコンパイルされていないファイルが必要です。
55

6-
Nuxt.js は **`@nuxt/typescript-runtime`** という専用パッケージの下に TypeScript ランタイムラッパーを作成しました。ラッパーは **nuxt-ts** という名前のバイナリで、実行前に裏側で **ts-node**](https://github.com/TypeStrong/ts-node) を登録します。
6+
Nuxt.js は **`@nuxt/typescript-runtime`** という専用パッケージの下に TypeScript ランタイムラッパーを作成しました。ラッパーは **nuxt-ts** という名前のバイナリで、実行前に裏側で [**ts-node**](https://github.com/TypeStrong/ts-node) を登録します。
77

88
## インストール
99

0 commit comments

Comments
 (0)