{
	"watch": [
		"src"
	],
	"ext": "ts",
	"ignore": [
		"src/**/*.spec.ts"
	],
	"exec": "ts-node --inspect=5858 -r dotenv/config ./src/index.ts"
}