From f8221682fea2f17dba1c095212dafc77bc3a6444 Mon Sep 17 00:00:00 2001 From: Alex Vilchis Date: Sat, 9 Oct 2021 17:23:09 -0500 Subject: [PATCH] chores: fix tsconfig property name reference in contribution guide (#4775) [ci skip] --- .github/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/contributing.md b/.github/contributing.md index 9e43ced8315..5c50f8a9670 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -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).