aboutsummaryrefslogblamecommitdiffstats
path: root/packages/react-docs/tsconfig.json
blob: ee715a45298d039b59e4685f902026813914bfab (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11






                                  



                                               
                                                                                         
 
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "./lib/",
        "jsx": "react",
        "baseUrl": "./",
        "strictNullChecks": false,
        "paths": {
            "*": ["node_modules/@types/*", "*"]
        }
    },
    "include": ["./src/ts/**/*", "../../node_modules/web3-typescript-typings/index.d.ts"]
}