ethers.js/packages/tests/tsconfig.json

13 lines
205 B
JSON
Raw Normal View History

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