aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: a180f72980ae4ea764ea9e2b754d3bfa8b3be068 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "compilerOptions": {
        "module": "commonjs",
        "target": "es5",
        "lib": ["es2017", "dom"],
        "sourceMap": true,
        "declaration": true,
        "experimentalDecorators": true,
        "noImplicitReturns": true,
        "pretty": true,
        "strict": true,
        "typeRoots": ["node_modules/@types", "node_modules/web3-typescript-typings"]
    }
}