You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 rivejä
303 B

  1. {
  2. "files.exclude": {
  3. "node_modules": true,
  4. "out": true
  5. },
  6. "search.exclude": {
  7. "node_modules": true,
  8. "out": true
  9. },
  10. "typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
  11. }