Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ルートプロジェクトとワークスペースについて用語の使い方を統一する #1856

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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