ethers.js/packages/tests/tsconfig.json

15 lines
234 B
JSON

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