summaryrefslogtreecommitdiff
path: root/jsconfig.json
blob: 1230aadd1217b4b31175b88eeffbc5ad02d9d0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"compilerOptions": {
		"target": "es6",
		"module": "commonjs",
		"allowSyntheticDefaultImports": true
	},
	"exclude": [
		"node_modules",
		"jspm_packages",
		"tmp",
		"temp"
	]
}