Skip to content

Commit

Permalink
fix: fixed type declarations not being generated
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Apr 15, 2021
1 parent 89433d0 commit 04fc259
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@
"lib": [
"ESNext",
"DOM"
],
"baseUrl": ".",
"paths": {
"@harlem/core": ["core/src"],
"@harlem/utilities": ["packages/utilities/src"],
}
]
},
"include": [
"global.d.ts"
Expand Down

1 comment on commit 04fc259

@vercel
Copy link

@vercel vercel bot commented on 04fc259 Apr 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.