25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
475 B

  1. {
  2. "editor.insertSpaces": true,
  3. "files.exclude": {
  4. "**/node_modules": true,
  5. "**/out": true
  6. },
  7. "files.trimTrailingWhitespace": true,
  8. "search.exclude": {
  9. "**/node_modules": true,
  10. "**/out": true
  11. },
  12. "javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
  13. "typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
  14. }