Skip to content

Commit c95f3eb

Browse files
authored
Fix: correct filename for src/tsconfig-base.json in docs (#3433)
1 parent 4a3a6a9 commit c95f3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/project-config/Project References.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Another good practice is to have a "solution" `tsconfig.json` file that simply h
172172

173173
This presents a simple entry point; e.g. in the TypeScript repo we simply run `tsc -b src` to build all endpoints because we list all the subprojects in `src/tsconfig.json`
174174

175-
You can see these patterns in the TypeScript repo - see `src/tsconfig_base.json`, `src/tsconfig.json`, and `src/tsc/tsconfig.json` as key examples.
175+
You can see these patterns in the TypeScript repo - see `src/tsconfig-base.json`, `src/tsconfig.json`, and `src/tsc/tsconfig.json` as key examples.
176176

177177
### Structuring for relative modules
178178

0 commit comments

Comments
 (0)