2
0
mirror of synced 2025-02-24 20:18:07 +00:00
ethers.js/packages/bignumber/tsconfig.json

13 lines
207 B
JSON

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