aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 5d197c80b2097f3893923c7841a4ddd118835275 (plain)
1
2
3
4
5
6
{
    "compilerOptions": {
        "rootDir": "front",
        "outFile": "build/bundle.js"
    }
}