aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/tsconfig.json
blob: ce916a6359fc98e8231e4f270ed5ec6e4390e0b0 (plain) (blame)
1
2
3
4
5
6
7
8
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "typeRoots": ["../../node_modules/@types", "node_modules/@types"],
        "outDir": "lib"
    },
    "include": ["src/**/*"]
}