{
	"compilerOptions": {
		"allowSyntheticDefaultImports": true,
		"target": "es6"
	},
    "exclude": [
        "node_modules/**/*"
    ]
}