diff -r 706f10bcdc3c -r f5690d918358 cms/app-client/jsconfig.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/jsconfig.json Sun Oct 02 19:14:07 2016 +0200 @@ -0,0 +1,17 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=759670 + // for the documentation about the jsconfig.json format + "compilerOptions": { + "target": "es6", + "module": "es6", + "allowSyntheticDefaultImports": true + }, + "exclude": [ + "node_modules", + "bower_components", + "jspm_packages", + "tmp", + "temp", + "dist" + ] +}