Skip to content

Commit f822168

Browse files
authored
chores: fix tsconfig property name reference in contribution guide (vuejs#4775) [ci skip]
1 parent 20a3615 commit f822168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ import { h } from '@vue/runtime-core'
195195

196196
This is made possible via several configurations:
197197

198-
- For TypeScript, `compilerOptions.path` in `tsconfig.json`
198+
- For TypeScript, `compilerOptions.paths` in `tsconfig.json`
199199
- For Jest, `moduleNameMapper` in `jest.config.js`
200200
- For plain Node.js, they are linked using [PNPM Workspaces](https://pnpm.io/workspaces).
201201

0 commit comments

Comments
 (0)