Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

13 рядки
463 B

7 роки тому
7 роки тому
8 роки тому
7 роки тому
  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. }