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