pokemon-showdown/.vscode/settings.json
Guangcong Luo a405243f91 VS Code: Use PS's built-in TypeScript version
This fixes the weird errors that happen when the TypeScript versions
differ.
2018-07-20 14:40:40 +09:00

5 lines
91 B
JSON

{
"editor.insertSpaces": false,
"typescript.tsdk": "node_modules/typescript/lib"
}