ethers.js/packages/testcases/tsconfig.json

17 lines
300 B
JSON
Raw Permalink Normal View History

2019-05-14 18:25:46 -04:00
{
"compilerOptions": {
"outDir": "./lib/",
2020-09-22 23:18:45 -04:00
"resolveJsonModule": true,
"rootDir": "./src.ts"
2019-05-14 18:25:46 -04:00
},
2020-09-22 23:18:45 -04:00
"exclude": [
"./src.ts/generation-scripts/*"
],
"extends": "../../tsconfig.package.json",
2019-05-14 18:25:46 -04:00
"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
}