aboutsummaryrefslogblamecommitdiffstats
path: root/packages/website/tsconfig.json
blob: 38b177d0b52d5fb71f874c7b6f2766c3765f38be (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                                


                                             


                        
                                  
                                
                             
                  
                                               

         
                                                                                     
 
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "allowSyntheticDefaultImports": true,
        "outDir": "./transpiled/",
        "jsx": "react",
        "baseUrl": "./",
        "allowJs": true,
        "strictNullChecks": false,
        "noImplicitThis": false,
        "declaration": false,
        "paths": {
            "*": ["node_modules/@types/*", "*"]
        }
    },
    "include": ["./ts/**/*", "../../node_modules/web3-typescript-typings/index.d.ts"]
}