aboutsummaryrefslogblamecommitdiffstats
path: root/packages/assert/tsconfig.json
blob: 88a467ccb2bf416b114e1b120ecedc62f078fa8c (plain) (tree)
1
2
3
4
5
6
7
 
                                
                        
                       
      
                                                                                                     
 
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib"
    },
    "include": ["./src/**/*", "./test/**/*", "../../node_modules/chai-typescript-typings/index.d.ts"]
}