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