aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontend/tsconfig.json
blob: b0975f37f8121fca671a4b5bdc4cecf3e580ed22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "extends": "../../tsconfig.json",
    "compilerOptions": {
        "lib": [
            "DOM"
        ],
        "outDir": "../../public/js"
    },
    "include": [
        "ts/**/*"
    ]
}