summaryrefslogtreecommitdiff
path: root/jsconfig.json
blob: 390b162412090f60e98eb92ba7a7c935ca175550 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "compilerOptions": {
        "module": "ES2020",
        "target": "ES2020",
        "checkJs": false
    },
    "exclude": [
        "node_modules",
        "**/node_modules/*"
    ]
}