aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-wrapper/tsconfig.json
blob: 0aa8c3ddedb5818a31983073fc634917955c0596 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "compilerOptions": {
        "module": "commonjs",
        "target": "es5",
        "lib": ["es2017", "dom"],
        "outDir": "lib",
        "sourceMap": true,
        "declaration": true,
        "noImplicitAny": true,
        "strictNullChecks": true
    },
    "include": ["./src/**/*", "../../node_modules/web3-typescript-typings/index.d.ts"]
}