aboutsummaryrefslogblamecommitdiffstats
path: root/typedoc-tsconfig.json
blob: 32efdb4cfdf2a118e4ec92775fbff4221ccb9a1b (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                       
                                  





                                                                                                 
{
    "compilerOptions": {
        "module": "commonjs",
        "target": "es5",
        "lib": ["es2017", "dom"],
        "sourceMap": true,
        "declaration": true,
        "experimentalDecorators": true,
        "downlevelIteration": true,
        "noImplicitReturns": true,
        "resolveJsonModule": true,
        "pretty": true,
        "skipLibCheck": true,
        "typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"],
        "strict": true
    }
}