ethers.js/tsconfig.esm.json
2022-09-05 16:14:43 -04:00

8 lines
118 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "es2020",
"outDir": "./lib.esm"
}
}