aboutsummaryrefslogtreecommitdiffstats
path: root/helpers/tsconfig.json
blob: 21a1541af7d004668f9588752df7c5f85c4a7082 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "extends": "../tsconfig.json",
    "compilerOptions": {
        "module": "esnext",
        "lib": [
            "DOM"
        ],
    },
    "include": [
        "*"
    ]
}