{
	"extends": "../tsconfig.settings.json",
	"compilerOptions": {
		"rootDir": "./src",
		"outDir": "./dist",
		"jsx": "react-jsx",
		"skipLibCheck": true,
		"allowSyntheticDefaultImports": true,
		"paths": {
			"lib/*": ["./src/lib/*"]
		}
	},
	"include": ["src"],
	"references": [{"path": "../core"}, {"path": "../cli"}]
}
