{
	"extends": "../../tsconfig.json",
	"compilerOptions": {
		"outDir": "./lib/",
		"rootDir": "./src"
	},
	"include": [
		"**/*"
	]
}