ds4/.vscode/settings.json

11 lines
269 B
JSON
Raw Normal View History

2021-02-11 12:34:01 +01:00
{
2021-09-12 17:48:14 +02:00
"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
2021-02-11 12:34:01 +01:00
}