Files
protocol/packages/sra-report/tsconfig.json
Brandon Millman 89bfcafb80 Add ethers types
2018-03-01 13:17:49 -08:00

12 lines
269 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "lib"
},
"include": [
"./src/**/*",
"../../node_modules/web3-typescript-typings/index.d.ts",
"../../node_modules/ethers-typescript-typings/index.d.ts"
]
}