aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/tsconfig.json
blob: 8ea3bfb0c355cc01ca11142e70cc2f31c220939f (plain) (blame)
1
2
3
4
5
6
7
8
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": "."
    },
    "include": ["types"]
}