chore: cleanup / yarn sdks

This commit is contained in:
2023-11-20 19:16:47 +00:00
parent e8bcba129e
commit 7c8fff97ce
73 changed files with 554 additions and 362 deletions

View File

@ -15,5 +15,5 @@
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js"
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs"
}