aboutsummaryrefslogtreecommitdiffstats
path: root/packages/metacoin/tsconfig.json
blob: 3065396ffdffedf1ba73f4ec2218d08dda22a488 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": ".",
        "typeRoots": [
            "comment: for building within 0x-monorepo:",
            "../../node_modules/@0xproject/typescript-typings/types",
            "../../node_modules/@types",
            "comment: for building in an isolated environment:",
            "node_modules/@0xproject/typescript-typings/types",
            "node_modules/@types"
        ]
    },
    "include": ["src/**/*", "test/**/*"]
}