Fix VS Code TypeScript setting

This commit is contained in:
Guangcong Luo 2020-09-29 15:56:10 -07:00
parent 3d68248efa
commit a2513ae1c0

View File

@ -1,6 +1,6 @@
{
"editor.insertSpaces": false,
"typescript.tsdk": "/Users/zarel/Workspace/psserver/node_modules/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib",
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"typescript.format.semicolons": "insert",
"eslint.options": {