2
0
mirror of synced 2025-02-24 12:08:10 +00:00
ethers.js/packages/logger/tsconfig.json

13 lines
179 B
JSON
Raw Normal View History

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