ethers.js/tsconfig.commonjs.json

12 lines
193 B
JSON
Raw Normal View History

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