{
    // See http://go.microsoft.com/fwlink/?LinkId=759670
	// for the documentation about the jsconfig.json format
    "compilerOptions": {
        "target": "ES6"
    },
    "exclude": [
        "build",
        "node_modules",
        "resources"
    ]
}