gas-price-oracle/tsconfig.esm.json
Pavel Khavilov e9bfc10588
Refactor and features (#17)
* feat: features and refactor

* fixed return types

* update README

Co-authored-by: Danil Kovtonyuk <danx.kov@gmail.com>
2022-07-11 16:57:38 +10:00

10 lines
156 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"declaration": false,
"target": "es2015",
"module": "es2015",
"outDir": "lib/esm"
}
}