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

Set 'typescript.tsdk' version in VSCode settings

This commit is contained in:
Enes Kaya 2024-01-16 21:12:18 +01:00
parent 2b7924247e
commit 76ee026db7
No known key found for this signature in database
GPG key ID: 6E2D8C8DAC586FF3

View file

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