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