aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: b6f95e64d70a87ac0d65fd29fc132bdb4e7ae60e (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
    }
}