Add configuration for yarn 2 pnp

This commit is contained in:
Johannes Loher 2021-02-11 12:34:01 +01:00
parent 33dcbab6d5
commit 1d74c60272
19 changed files with 7833 additions and 20 deletions

10
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}