Blame view

jsconfig.json 318 Bytes
f6a4415a   Apichat.Tum   start smart-rms-c...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	// 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"
	]
}