{
	"include": [
		"../base",
		{
			"source": "../frameworks/<%= framework %>/components",
			"target": "src/ui/components"
		},
		{
			"source": "../frameworks/<%= framework %>/assets",
			"target": "src/ui/assets"
		},
		{
			"source": "../typescript[typescript]/tsconfig.main.json",
			"target": "src/main/tsconfig.json"
		},
		{
			"source": "../frameworks/[framework]/[typescript]/tsconfig.ui.json",
			"target": "src/ui/tsconfig.json"
		},
		{
			"source": "../typescript[typescript]/tsconfig.ui.json",
			"target": "src/ui/tsconfig.json"
		}
	],
	"data": {
		"framework": "react",
		"typescript": true
	}
}
