{
	"extends": "../tsconfig.settings.json",
	"compilerOptions": {
		"jsx": "react-jsx",
		"noEmit": true,
		"module": "ESNext",
		"moduleResolution": "node"
	},
	"references": [
		{
			"path": "../bundler"
		},
		{
			"path": "../core"
		},
		{
			"path": "../create-video"
		},
		{
			"path": "../lambda"
		},
		{
			"path": "../renderer"
		},
		{
			"path": "../install-whisper-cpp"
		},
		{
			"path": "../captions"
		},
		{
			"path": "../studio-shared"
		},
		{
			"path": "../cli"
		}
	],
	"exclude": ["download-whisper.ts"]
}
