aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 937240b763f7615a3fa8abf8bd1bb2459856351a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "compilerOptions": {
        "module": "commonjs",
        "target": "es5",
        "lib": ["es2017", "dom"],
        "sourceMap": true,
        "declaration": true,
        "experimentalDecorators": true,
        "noImplicitReturns": true,
        "pretty": true,
        "strict": true
    }
}