Skip to content

Commit

Permalink
Merge pull request #337 from XeroAPI/types_declare
Browse files Browse the repository at this point in the history
types fix
  • Loading branch information
SerKnight authored Jan 23, 2020
2 parents d767738 + 2290da5 commit 6c40fa5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "xero-node",
"version": "4.1.1",
"version": "4.1.2",
"description": "Xero NodeJS OAuth 2.0 client for xero-node",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 4 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist",
"rootDir": "./src"
"rootDir": "./src",
"declaration": true
},
"lib": ["es2015"],
"exclude": [
"node_modules"
"node_modules",
"dist"
]
}

0 comments on commit 6c40fa5

Please sign in to comment.