ethers.js/packages/logger/tsconfig.json

12 lines
179 B
JSON
Raw Permalink Normal View History

2019-08-01 18:04:06 -04:00
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./lib/"
2019-08-01 18:04:06 -04:00
},
"include": [
"./src.ts/*"
2019-08-01 18:04:06 -04:00
],
"exclude": []
2019-08-01 18:04:06 -04:00
}