{
	"compilerOptions": {
		"jsx": "react-native",
		"baseUrl": ".",
		"paths": {
			"pager-view/*": ["*"]
		}
	},
	"exclude": ["node_modules"],
	"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts"]
}
