summaryrefslogtreecommitdiff
path: root/jsconfig.json
blob: da01bdd7c206e8e29a3e8797a5c1bccc5de4cb83 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "compilerOptions": {
        "target": "ES6",
        "module": "amd"
    },
    "include": [
        "js/*.js",
        "plugins/**/*.js"
    ]
}