TrollCallAPIs/.vscode/settings.json

6 lines
110 B
JSON
Raw Normal View History

2023-06-19 05:16:00 +00:00
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.tabSize": 4,
"prettier.tabWidth": 4
}