Yarn 3 upgrade

This commit is contained in:
2023-07-13 22:44:26 +01:00
parent 1ead1e4a7c
commit 350588680f
23 changed files with 16083 additions and 11086 deletions

View File

@ -7,5 +7,12 @@
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/node_modules": true
}
},
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"eslint.nodePath": ".yarn/sdks"
}