aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
blob: 21b02419e8a8cae1a58732fd6a8e6ec2216e0991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "compilerOptions": {
        "module": "commonjs",
        "target": "es6",
        "noImplicitAny": false,
        "sourceMap": false,
        "rootDir": "src",
        "outDir": "dist/js",
        "noEmitOnError": true,
        "typeRoots": [ "node_modules/@types" ]
    }
}