Skip to content

Commit

Permalink
fix: fix declaration file path (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed May 20, 2022
1 parent fa7a0e7 commit 547a9e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@mojaloop/api-snippets": "^13.0.11",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.34",
"@types/node": "^17.0.35",
"eslint": "8.15.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"include": [
"index.d.ts",
"src/index.d.ts",
],
"exclude": [
"node_modules",
Expand Down Expand Up @@ -40,4 +40,4 @@
"esModuleInterop": true,
"resolveJsonModule": true
}
}
}

0 comments on commit 547a9e4

Please sign in to comment.