server/bo_client/jsconfig.json
author ymh <ymh.work@gmail.com>
Thu, 03 Nov 2016 03:05:43 +0100
changeset 388 202b6f209b9a
parent 304 20071981ba2a
child 517 3143195e91b4
permissions -rw-r--r--
set version 0.0.5

{
	// See https://go.microsoft.com/fwlink/?LinkId=759670
	// for the documentation about the jsconfig.json format
	"compilerOptions": {
		"target": "es6",
		"module": "commonjs",
		"allowSyntheticDefaultImports": true
	},
	"exclude": [
		"node_modules",
		"bower_components",
		"jspm_packages",
		"tmp",
		"temp"
	]
}