aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.server.json
blob: 1bc59106e929ee16262d147ae8caaae78b484a30 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "extends": "./tsconfig.json",
    "compilerOptions": {
        "module": "commonjs",
        "outDir": "dist",
        "noEmit": false
    },
    "include": [
        "server"
    ]
}