{
	"extends": "../../tsconfig.json",
	"include": [
		"./**/*.ts",
		"../../typings.d.ts"
	],
	"exclude": [
		"node_modules",
		"dist"
	]
}