aboutsummaryrefslogtreecommitdiff
path: root/challenge-166/julien-fiegehenn/typescript/tsconfig.json
blob: 3e3ab9fae8183f670018eac8eead13b22a7ac205 (plain)
1
2
3
4
5
6
7
{
    "compilerOptions": {
        "target": "ES6",
        "module": "CommonJS",
        "lib": ["ES6", "DOM"]
    }
}