changeset 305 | ff6cf3fc5f40 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/jsconfig.json Wed Sep 28 15:58:18 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" + ] +}