aboutsummaryrefslogtreecommitdiffstats
path: root/backend/tsconfig.json
blob: bb9a7dd0a9dc8cfe8a23268d96d3be34a002b057 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    "extends": "../tsconfig.json",
    "include": [
        "ts/**/*"
    ],
    "compilerOptions": {
        "outDir": "./js"
    }
}