summaryrefslogtreecommitdiff
path: root/src/tsconfig.json
blob: 13a16c56f51e0fc2a8a76a0d915a74455c6bbfd5 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "compilerOptions": {
        "target": "es6",
        "jsx": "react"
    },
    "files": [
      "frontend/execute.tsx"
    ]
}