Skip to content

Commit

Permalink
fix: types output
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithreum committed Jan 22, 2024
1 parent e383a73 commit 9c8569a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emmet-sdk-v2",
"version": "2.0.0",
"version": "2.0.1",
"description": "An SDK for Emmet.Finance Bridge",
"main": "index.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"types/*"
]
},
"outDir": "./dist",
"outDir": "./dist"
},
"include": [
"src/**/*.tsx",
Expand All @@ -25,5 +25,6 @@
"exclude": [
"node_modules",
"./dist/**/*"
]
],
"types": ["./types/emmet-sdk-v2.d.ts"]
}

0 comments on commit 9c8569a

Please sign in to comment.