{
	"compilerOptions": {
		"module": "commonjs",
		"outDir": "./test-dist",
		"target": "ES6",
		"experimentalDecorators": true,
		"emitDecoratorMetadata": true,
        "sourceMap": true
	},
	"compileOnSave": false,
	"include": [
		"./test/*.ts"
	]
}
