{
	"extends": "../tsconfig.settings.json",
	"compilerOptions": {
		"rootDir": "./src",
		"outDir": "./dist",
		"jsx": "react-jsx",
		"skipLibCheck": true,
		"allowSyntheticDefaultImports": true,
		"paths": {
			"lib/*": ["./src/lib/*"]
		}
	},
	"include": ["src"],
	"references": [
		{"path": "../animated-emoji"},
		{"path": "../animation-utils"},
		{"path": "../core"},
		{"path": "../babel-loader"},
		{"path": "../bundler"},
		{"path": "../captions"},
		{"path": "../cli"},
		{"path": "../eslint-config"},
		{"path": "../eslint-plugin"},
		{"path": "../gif"},
		{"path": "../fonts"},
		{"path": "../lambda"},
		{"path": "../lottie"},
		{"path": "../media-utils"},
		{"path": "../motion-blur"},
		{"path": "../paths"},
		{"path": "../renderer"},
		{"path": "../rive"},
		{"path": "../shapes"},
		{"path": "../skia"},
		{"path": "../three"},
		{"path": "../transitions"},
		{"path": "../zod-types"},
		{"path": "../zod-types-v3"},
		{"path": "../svg-3d-engine"},
		{"path": "../media-parser"},
		{"path": "../webcodecs"},
		{"path": "../whisper-web"},
		{"path": "../light-leaks"},
		{"path": "../starburst"},
		{"path": "../sfx"},
		{"path": "../layout-utils"},
		{"path": "../media"},
		{"path": "../rounded-text-box"}
	]
}
