oyster/.vscode/settings.json

14 lines
301 B
JSON
Raw Normal View History

2020-11-17 17:43:17 -08:00
{
2021-02-05 19:21:35 -08:00
"editor.tabSize": 2,
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
2021-03-20 22:20:10 -07:00
"prettier.prettierPath": ".vscode/pnpify/prettier/index.js",
"cSpell.words": [
"Timelock"
]
2020-11-20 21:54:50 -08:00
}