ethers.js/packages/cli/tsconfig.json
2020-09-22 23:18:45 -04:00

15 lines
255 B
JSON

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