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