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