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

                


                                                                            
                                                               
     
 
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib"
    },
    "include": [
        "./src/**/*",
        "./test/**/*",
        "../../node_modules/chai-as-promised-typescript-typings/index.d.ts",
        "../../node_modules/chai-typescript-typings/index.d.ts"
    ]
}