settings.json 131 B

123456
  1. {
  2. "editor.codeActionsOnSave": {
  3. "source.fixAll.eslint": "explicit"
  4. },
  5. "typescript.tsdk": "node_modules/typescript/lib"
  6. }