We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abaf9d commit 53d9993Copy full SHA for 53d9993
docs/ja/guide/runtime.md
@@ -3,7 +3,7 @@
3
4
TypeScript ランタイムは、**nuxt.config** ファイル、ローカルの **modules** および **serverMiddlewares** といった Webpack でコンパイルされていないファイルが必要です。
5
6
-Nuxt.js は **`@nuxt/typescript-runtime`** という専用パッケージの下に TypeScript ランタイムラッパーを作成しました。ラッパーは **nuxt-ts** という名前のバイナリで、実行前に裏側で **ts-node**](https://github.com/TypeStrong/ts-node) を登録します。
+Nuxt.js は **`@nuxt/typescript-runtime`** という専用パッケージの下に TypeScript ランタイムラッパーを作成しました。ラッパーは **nuxt-ts** という名前のバイナリで、実行前に裏側で [**ts-node**](https://github.com/TypeStrong/ts-node) を登録します。
7
8
## インストール
9
0 commit comments