Skip to content

Commit

Permalink
用語の使用法が一貫していない箇所を修正 (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
KentaHizume authored Oct 9, 2024
1 parent 9e03bcd commit fcd1bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TypeScript で作成されたファイルは、 `tsconfig.json` の設定値を
`tsconfig.*.json` には `include` に指定したファイル群のトランスパイルに関する設定値が定義されています。

```terminal linenums="0"
<project-name>
<workspace-name>
├ cypress
| └ tsconfig.json--------- E2E テストの TypeScript として読み込む対象を定義する設定ファイル(Cypress 用)
├ tsconfig.app.json ------- アプリケーションの TypeScript として読み込む対象を定義する設定ファイル
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: Vue.js を用いた クライアントサイドアプリケーシ
下記の手順を実行後の設定ファイルの配置例を示します。

```terminal linenums="0"
<project-name> ------ ルートプロジェクト
<root-project-name> ------ ルートプロジェクト
├ .editorconfig
├ .eslintrc.cjs
├ .stylelintrc.js
Expand Down

0 comments on commit fcd1bcd

Please sign in to comment.