gas-price-oracle/tsconfig.esm.json

10 lines
156 B
JSON
Raw Permalink Normal View History

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