aboutsummaryrefslogblamecommitdiffstats
path: root/packages/sol-cov/tsconfig.json
blob: e35816553845416da9b88238cb94df0eaae174c4 (plain) (tree)
1
2
3
4
5
6
7




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