summaryrefslogtreecommitdiff
path: root/jsconfig.json
blob: 7f4f8da08c5592ecc1c33291f08e42f17c6679c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "compilerOptions": {
        "baseUrl": ".",
        "disableSizeLimit": true,
        "target": "ES6"
    },
    "exclude": [
        "node_modules",
        "src/third_party"
    ]
}