ethers.js/packages/hardware-wallets/tsconfig.json

13 lines
204 B
JSON
Raw Normal View History

{
"compilerOptions": {
2020-09-23 06:18:45 +03:00
"outDir": "./lib/",
"rootDir": "./src.ts"
},
2020-09-23 06:18:45 +03:00
"exclude": [],
"extends": "../../tsconfig.package.json",
"include": [
"./thirdparty.d.ts",
"./src.ts/*"
2020-09-23 06:18:45 +03:00
]
}