aboutsummaryrefslogblamecommitdiffstats
path: root/typedoc-tsconfig.json
blob: 17781b3abe98396862ffcb894dcd9d013de84cf6 (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/@dexon-foundation/typescript-typings/types", "node_modules/@types"],
        "strict": true
    }
}