aboutsummaryrefslogtreecommitdiff
path: root/code/tsconfig.json
blob: 32a166d0f7f73176ba15ae703f059cb0e72ed0a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "compilerOptions": {
        "module": "commonjs",
        "target": "es6",
        "outDir": "out",
        "lib": [ "es6" ],
        "sourceMap": true,
        "rootDir": "."
    },
    "include": [ "src/*.ts" ],
}