aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 3a8020969e34d35a8f639002bd07a359eb5de78d (plain)
1
2
3
4
5
6
7
{
    "compilerOptions": {
        "rootDir": "front",
        "outDir": "temp",
        "target": "ES6"
    }
}