{
	"extends": "../../tsconfig.base.json",
	"compilerOptions": {
		"rootDir": "src",
		"declarationDir": "build-types",
		// Some errors in Reakit types with TypeScript 4.3
		// Remove the following line when they've been addressed.
		"skipLibCheck": true,
		"strictNullChecks": true
	},
	"references": [
		{ "path": "../types"},
		{ "path": "../blocks"},
		{ "path": "../renderer-core"}
	],
	"include": [
		"src/*",
	]
}
