aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/tsconfig.json
blob: 0d4e43df536b122d8d22e7708a6dac842e91d2fa (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": "src",
        "strictFunctionTypes": false
    },
    "include": ["./src/**/*"]
}