chores: fix tsconfig property name reference in contribution guide (#4775) [ci skip]

This commit is contained in:
Alex Vilchis 2021-10-09 17:23:09 -05:00 committed by GitHub
parent 20a361541c
commit f8221682fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@ import { h } from '@vue/runtime-core'
This is made possible via several configurations:
- For TypeScript, `compilerOptions.path` in `tsconfig.json`
- For TypeScript, `compilerOptions.paths` in `tsconfig.json`
- For Jest, `moduleNameMapper` in `jest.config.js`
- For plain Node.js, they are linked using [PNPM Workspaces](https://pnpm.io/workspaces).