{
	"extends": "../tsconfig.settings.json",
	"compilerOptions": {
		"skipLibCheck": true,
		"noUnusedLocals": true,
		"noUnusedParameters": true,
		"jsx": "react",
		"target": "ES2019",
		"moduleResolution": "node",
		"resolveJsonModule": true,
		"noImplicitAny": false,
		"strictNullChecks": true,
		"strict": false,
		"noEmit": true,
		"paths": {
			"@site/*": ["./*"]
		},
		"types": [
			"node",
			"@docusaurus/module-type-aliases",
			"@docusaurus/theme-classic"
		]
	},

	"references": [
		{"path": "../player"},
		{"path": "../core"},
		{"path": "../media-utils"},
		{"path": "../docusaurus-plugin"},
		{"path": "../babel-loader"},
		{"path": "../cloudrun"},
		{"path": "../create-video"},
		{"path": "../fonts"},
		{"path": "../lottie"},
		{"path": "../noise"},
		{"path": "../paths"},
		{"path": "../google-fonts"},
		{"path": "../preload"},
		{"path": "../promo-pages"},
		{"path": "../rive"},
		{"path": "../skia"},
		{"path": "../three"},
		{"path": "../shapes"},
		{"path": "../gif"},
		{"path": "../motion-blur"},
		{"path": "../animated-emoji"},
		{"path": "../lambda"},
		{"path": "../bundler"},
		{"path": "../renderer"},
		{"path": "../svg-3d-engine"},
		{"path": "../transitions"},
		{"path": "../cli"}
	],
	"exclude": ["copy-convert.ts", "render-cards.ts"]
}
