ethers.js/tsconfig.commonjs.json

9 lines
176 B
JSON
Raw 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"
}
2022-09-05 23:14:43 +03:00
}