aboutsummaryrefslogblamecommitdiffstats
path: root/packages/0x.js/tsconfig.json
blob: a96536716c9e123ab6bcb6da7976917121b03e99 (plain) (tree)
1
2
3
4
5
6
7
8
 
                                
                        

                        
      
                             
 
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": "src"
    },
    "include": ["./src/**/*"]
}