ethers.js/packages/tests/tsconfig.json

15 lines
273 B
JSON
Raw Normal View History

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