ethers.js/tsconfig.esm.json

8 lines
118 B
JSON
Raw Permalink Normal View History

2022-09-05 16:14:43 -04:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "es2020",
"outDir": "./lib.esm"
}
}