{
	"extends": "../tsconfig.settings.json",
	"compilerOptions": {
		"composite": true,
		"rootDir": "./src",
		"outDir": "dist",
		"skipLibCheck": true
	},
	"include": ["src"],
	"references": [
		{
			"path": "../bundler"
		},
		{
			"path": "../core"
		},
		{
			"path": "../media-utils"
		},
		{
			"path": "../zod-types"
		},
		{
			"path": "../studio-shared"
		},
		{
			"path": "../renderer"
		},
		{
			"path": "../player"
		}
	]
}
