ethers.js/packages/bignumber/tsconfig.json

13 lines
207 B
JSON
Raw Permalink Normal View History

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