frontAnswerer/.vscode/settings.json

4 lines
111 B
JSON
Raw Normal View History

2023-12-16 14:55:56 +00:00
{
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": "node_modules/typescript/lib"
}