{ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": false, "source.fixAll": true }, "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"], "files.exclude": { "build": false, // set this to true to hide the "out" folder with the compiled JS files ".vscode-test/**": true }, "git.alwaysSignOff": true, "typescript.tsdk": "./node_modules/typescript/lib" }