{
	// Документацию о формате jsconfig.json см. в статье https://go.microsoft.com/fwlink/?LinkId=759670
	//
	"compilerOptions": {
		"target": "es6",
		"module": "commonjs",
		"allowSyntheticDefaultImports": true
	},
	"exclude": [
		"node_modules",
		"packages",
		"tmp",
		"temp"
	]
}
