aboutsummaryrefslogblamecommitdiffstats
path: root/packages/subproviders/tsconfig.json
blob: 72dfee80b89d3310bbcfcbe276919c77230807d9 (plain) (tree)
1
2
3
4
5
6
7
8
 
                                
                        

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