ethers.js/packages/tests/tsconfig.json

14 lines
211 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./tests"
},
"include": [
"./thirdparty.d.ts",
"./src.ts/*"
],
"exclude": [ ]
}