aboutsummaryrefslogblamecommitdiffstats
path: root/packages/contracts/tsconfig.json
blob: 71741507344243157158d0b3e6c528b1288a1452 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                                
                        
                        
                       
                             

                       
                                                                                                   
                                         
 
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "baseUrl": ".",
        "declaration": false,
        "allowJs": true
    },
    "include": ["./globals.d.ts", "./src/**/*", "./util/**/*", "./test/**/*", "./migrations/**/*"],
    "exclude": ["./deploy/solc/solc_bin"]
}