src_js/iconolab-bundle/jsconfig.json
author ymh <ymh.work@gmail.com>
Fri, 22 Jun 2018 11:33:17 +0200
changeset 546 59d7cb99f4df
parent 539 08e2513dbc2f
permissions -rw-r--r--
small import image correction. Check the target dir

{
    "compilerOptions": {
        "target": "es6"
    },
    "include": [
        "src/**/*"
    ]
}