{
	"extends": "../tsconfig.settings.json",
	"compilerOptions": {
		"lib": ["DOM", "DOM.AsyncIterable", "ES2023"],
		"rootDir": "src",
		"outDir": "dist",
		"target": "ES2022",
		"module": "ESNext",
		"moduleResolution": "bundler",
		"declaration": true,
		"emitDeclarationOnly": true
	},
	"include": ["src"],
	"references": [
		{"path": "../core"},
		{"path": "../media"},
		{"path": "../licensing"}
	]
}
