2
0
mirror of synced 2025-02-24 03:58:06 +00:00
ethers.js/packages/providers/tsconfig.json

13 lines
207 B
JSON
Raw Normal View History

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