{
	"extends": "./tsconfig.common.json",
	"compilerOptions": {
		"target": "ES2015",
		"module": "ES2015",
		"outDir": "lib/",
		"declaration": true
	},
	"include": [
		"src/ts/index.ts"
	]
}