{
	"extends": "./tsconfig.json",
	"compilerOptions": {
		"rootDir": "src"
	},
	"include": [
		"src/**/*.ts",
		"typings/**/*.d.ts"
	]
}
