]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chores: fix tsconfig property name reference in contribution guide (#4775) [ci skip]
authorAlex Vilchis <alexrv4299@gmail.com>
Sat, 9 Oct 2021 22:23:09 +0000 (17:23 -0500)
committerGitHub <noreply@github.com>
Sat, 9 Oct 2021 22:23:09 +0000 (18:23 -0400)
.github/contributing.md

index 9e43ced8315ec16025fcaddd73e9099c458eb07e..5c50f8a96705d4aa915542f46f04d08cbe3e0fc7 100644 (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).