ethers.js/packages/testcases/tsconfig.json

17 lines
300 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
"resolveJsonModule": true
},
"include": [
"./thirdparty.d.ts",
"./src.ts/*.ts",
2020-02-10 15:51:58 -05:00
"./src.ts/*.json"
2019-05-14 18:25:46 -04:00
],
2020-02-10 15:51:58 -05:00
"exclude": [
"./src.ts/generation-scripts/*"
]
2019-05-14 18:25:46 -04:00
}