2018-03-17 05:53:10 -05:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
|
|
|
{
|
2021-05-15 09:39:03 -05:00
|
|
|
"typescript.tsdk": ".yarn/sdks/typescript/lib",
|
|
|
|
"typescript.tsserver.watchOptions": {
|
|
|
|
"watchFile": "useFsEventsOnParentDirectory",
|
|
|
|
"watchDirectory": "useFsEvents"
|
|
|
|
},
|
|
|
|
"eslint.nodePath": ".yarn/sdks",
|
|
|
|
"eslint.validate": [
|
|
|
|
"javascript",
|
|
|
|
"typescript"
|
|
|
|
],
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.idea": false,
|
|
|
|
"**/coverage": true
|
|
|
|
},
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
|
|
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
|
|
|
|
"search.exclude": {
|
|
|
|
"**/.yarn": true,
|
|
|
|
"**/.pnp.*": true
|
|
|
|
}
|
2021-03-30 13:32:46 -05:00
|
|
|
}
|