aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/tsconfig_monorepo.json
blob: 7e9609659888a499290cb92096fe47772e6efb42 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "scripts",
        "noImplicitThis": false,
        "rootDir": "./monorepo_scripts"
    },
    "include": ["./monorepo_scripts/**/*", "../../node_modules/web3-typescript-typings/index.d.ts"]
}