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