{
	"extends": "./tsconfig.json",
	"compilerOptions": {
		"rootDir": ".",
		"allowJs": true
	},
	"include": [
		"lib/**/*",
		"test/**/*"
	]
}
