Revision 0ee8b96e83cd9c9de04a74b58c150ff4f5e62414 authored by Laurence Rowe on 22 February 2020, 00:46:40 UTC, committed by Laurence Rowe on 22 February 2020, 00:46:40 UTC
1 parent e266d50
Raw File
jsconfig.json
{
	"compilerOptions": {
		"target": "es6",
		"module": "commonjs",
		"allowSyntheticDefaultImports": true
	},
	"exclude": [
		"node_modules",
		"bower_components",
		"jspm_packages",
		"tmp",
		"temp"
	]
}
back to top