src_js/iconolab-bundle/jsconfig.json
author ymh <ymh.work@gmail.com>
Thu, 28 Jun 2018 17:36:27 +0200
changeset 561 f3bd5ed7d738
parent 539 08e2513dbc2f
permissions -rw-r--r--
Added tag 0.1.3 for changeset 0db3c37b90f1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
539
08e2513dbc2f Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
08e2513dbc2f Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
    "compilerOptions": {
08e2513dbc2f Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
        "target": "es6"
08e2513dbc2f Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
    },
08e2513dbc2f Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
    "include": [
08e2513dbc2f Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
        "src/**/*"
08e2513dbc2f Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
    ]
08e2513dbc2f Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
}