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