Просмотр исходного кода

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

Alex Vilchis 4 лет назад
Родитель
Сommit
f8221682fe
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/contributing.md

+ 1 - 1
.github/contributing.md

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