{
	"extends": "../tsconfig.json",
	"include": [
		"./admin.d.ts",
		"./**/*.js",
		// Include the adapter-config definition if it exists.
		// It should be at either on of these paths:
		"../lib/adapter-config.d.ts", // JS
		"../src/lib/adapter-config.d.ts", // TS
	]
}
