ethers.js/packages/experimental/tsconfig.json

14 lines
209 B
JSON
Raw Normal View History

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