From: Alex Vilchis Date: Sat, 9 Oct 2021 22:23:09 +0000 (-0500) Subject: chores: fix tsconfig property name reference in contribution guide (#4775) [ci skip] X-Git-Tag: v3.2.21~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8221682fea2f17dba1c095212dafc77bc3a6444;p=thirdparty%2Fvuejs%2Fcore.git chores: fix tsconfig property name reference in contribution guide (#4775) [ci skip] --- diff --git a/.github/contributing.md b/.github/contributing.md index 9e43ced831..5c50f8a967 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).