{
	"restartable": "rs",
	"ignore": [
		".git",
		".svn",
		"cache",
		"log",
		"node_modules/**/node_modules",
		"**/cache/**",
		"game/data",
		"**/conf.json",
		"*/static/*/*.json",
		"*/static/*.js"
	],
	"verbose": true,
	"execMap": {
		"": "node",
		"js": "node --harmony"
	},
	"watch": [
		"demo",
		"lib",
		"core",
		"test"
	],
	"env": {
		"NODE_ENV": "development"
	},
	"ext": "js ts json",
	"legacy-watch": false
}
