typescript-express-mongoose-starter
Version:
TypeScript + Express + Mongoose + MongoDB
36 lines (35 loc) • 1.02 kB
JSON
{
"version": "0.2.0",
"configurations": [
{
"type": "node-terminal",
"request": "launch",
"name": "Dev typescript-express-starter",
"command": "npm run dev"
},
{
"type": "node-terminal",
"request": "launch",
"name": "Start typescript-express-starter",
"command": "npm run start"
},
{
"type": "node-terminal",
"request": "launch",
"name": "Test typescript-express-starter",
"command": "npm run test"
},
{
"type": "node-terminal",
"request": "launch",
"name": "Lint typescript-express-starter",
"command": "npm run lint"
},
{
"type": "node-terminal",
"request": "launch",
"name": "Lint:Fix typescript-express-starter",
"command": "npm run lint:fix"
}
]
}