ethers.js/packages/hardware-wallets/tsconfig.json
2020-01-10 02:50:09 -05:00

13 lines
204 B
JSON

{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./lib/"
},
"include": [
"./thirdparty.d.ts",
"./src.ts/*"
],
"exclude": []
}