Skip to content

Commit

Permalink
fix(build): tsc defect
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha committed Sep 13, 2021
1 parent 1189a85 commit 9f53e17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# @openmev/sdk

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c4566fcdc50a49eba6e07264443bd5c0)](https://www.codacy.com/gh/manifoldfinance/openmev-sdk/dashboard?utm_source=github.com&utm_medium=referral&utm_content=manifoldfinance/openmev-sdk&utm_campaign=Badge_Grade)


> [docs.openmev.org](https://docs.openmev.org)

## Overview

> TODO
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"baseUrl": "./",
"baseUrl": "./"
},
"include": ["source"],
"include": ["src"],
"exclude": ["build", "typechain", "node_modules", "network", "test"]

}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"baseUrl": "./",
"baseUrl": "./"
},
"include": ["source"],
"exclude": ["build", "typechain", "node_modules", "network", "test"]
Expand Down

0 comments on commit 9f53e17

Please sign in to comment.