diff -r 86d603d4b265 -r 3143195e91b4 server/bo_client/jsconfig.json --- a/server/bo_client/jsconfig.json Thu Feb 16 18:22:19 2017 +0100 +++ b/server/bo_client/jsconfig.json Fri Feb 17 22:01:32 2017 +0100 @@ -1,16 +1,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" - ] + // 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" + ] }