Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

13 rader
463 B

7 år sedan
7 år sedan
7 år sedan
  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. }