{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": "explicit"
  },
  "[typescript]": {
    "editor.codeActionsOnSave": {
      "editor.organizeImports": "explicit"
    }
  },
  "jest.jestCommandLine": "jest",
  "files.watcherExclude": {
    "**/.artifacts/**": true,
    "**/.swc/**": true,
    "**/.tmp/**": true,
    "**/dist/**": true,
    "**/log/**": true,
  },
  "jest.nodeEnv": {
      "NODE_ENV": "test",
      "MONGOMS_VERSION":"7.0.5",
      "TZ": "UTC"
  },
  "jest.virtualFolders": [
      {"name": "api", "rootPath": "src", "jestCommandLine": "yarn test", "runMode": "on-demand"},
  ],

}
