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