{
	"extends": "../shared.tsconfig.json",
	"compilerOptions": {
		"outDir": "./out",
	},
	"include": [
		"src/**/*"
	]
}