vscode setup

This commit is contained in:
proddy
2023-03-05 09:44:50 +01:00
parent e6f9d9b3c8
commit de59434d95
8 changed files with 552 additions and 26 deletions

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

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