Skip to content

Commit

Permalink
Merge pull request #51 from datopian/type-declaration
Browse files Browse the repository at this point in the history
Fixes #43 ( missing type declaration )
  • Loading branch information
rufuspollock committed Nov 15, 2023
2 parents abaed38 + 4ca2435 commit a6d9bd7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"compilerOptions": {
"allowJs": true,
"moduleResolution": "node",
"esModuleInterop": true
"esModuleInterop": true,
"declaration": true,
"composite": true
},
"files": [],
"include": [],
"include": ["src/**/*.ts"],
"references": [
{
"path": "./tsconfig.lib.json"
Expand Down

0 comments on commit a6d9bd7

Please sign in to comment.