{
	"extends": "./tsconfig.json",
	"include": ["**/*.ts"],
	"compilerOptions": {
		"types": ["jest", "node"]
	},
	"exclude": ["jest.config.ts"]
}
