Skip to content

Commit

Permalink
Fixes #43 ( missing type declaration )
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedsalem401 committed Nov 15, 2023
1 parent abaed38 commit 4ca2435
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 4ca2435

Please sign in to comment.