aboutsummaryrefslogtreecommitdiff
path: root/frontend/ts/tsconfig.json
blob: 6b2d2b0bde3fc35b1ccd4a2f2f92e0ec91b1a8d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "compilerOptions": {
        "module": "amd",
        "target": "es2020",
        "baseUrl": "src",
        "outFile": "../../backend/public/main.js",
        "noImplicitAny": true,
        "strictNullChecks": true,
        "removeComments": true,
        "preserveConstEnums": true
    }
}