aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/tsconfig.json
blob: 5fd4c5331c8e626b95828f9424246775a229d486 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": "."
    },
    "include": [
        "./globals.d.ts",
        "./generated_contract_wrappers",
        "./src/**/*",
        "./utils/**/*",
        "./test/**/*",
        "./migrations/**/*"
    ],
    "exclude": ["./deploy/solc/solc_bin"]
}