aboutsummaryrefslogtreecommitdiffstats
path: root/packages/kovan-faucets/tsconfig.json
blob: 4e995704af844ca6dbcd255a06fc81c709643645 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "compilerOptions": {
    "outDir": "./transpiled/",
    "sourceMap": true,
    "noImplicitAny": true,
    "module": "commonjs",
    "target": "es5",
    "baseUrl": "./src/",
    "types": [ "body-parser", "es6-promise", "express", "lodash" ]
  },
  "include": [
    "../../node_modules/web3-typescript-typings/index.d.ts",
    "./src/ts/**/*"
  ]
}