{
	"transform": {
		"^.+\\.(t|j)sx?$": ["ts-jest", {
			"tsconfig": "tsconfig.json"
		}]
	},
	"testMatch": [
		"**/*.test.ts"
	],
	"moduleFileExtensions": [
		"ts",
		"js",
		"json",
		"node"
	]
}
