{
	"extends": "./tsconfig.json",
	"compilerOptions": {
		"rootDir": "./lib",
		"types": ["node"]
	},
	"include": [
		"lib/**/*.ts",
	]
}
