1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 15:35:22 +02:00

Merge pull request #115 from eneskaya/main

Set 'typescript.tsdk' version in VSCode settings
This commit is contained in:
Josh Pigford 2024-01-17 13:40:41 -06:00 committed by GitHub
commit bcf9d119f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,5 +8,7 @@
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": "node_modules/typescript/lib"
}