ethers.js/tsconfig.commonjs.json

11 lines
168 B
JSON
Raw Permalink Normal View History

2022-09-05 23:14:43 +03:00
{
"exclude": [
"src.ts/_admin/**"
],
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "./lib.commonjs"
}
}