ethers.js/packages/sha2/tsconfig.json

13 lines
207 B
JSON
Raw Permalink 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": [
"./thirdparty.d.ts",
"./src.ts/*.ts"
2019-05-14 18:25:46 -04:00
],
"exclude": []
2019-05-14 18:25:46 -04:00
}