aboutsummaryrefslogblamecommitdiffstats
path: root/packages/json-schemas/tsconfig.json
blob: 96bf8789e64674279d52b5db2e28daee47128926 (plain) (tree)
1
2
3
4
5
6
7
8
 
                                
                        

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