Skip to content

Commit

Permalink
chores: fix tsconfig property name reference in contribution guide (#…
Browse files Browse the repository at this point in the history
…4775) [ci skip]
  • Loading branch information
arvindell committed Oct 9, 2021
1 parent 20a3615 commit f822168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit f822168

Please sign in to comment.