Skip to content

Commit

Permalink
Fix typescript config in extlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Dec 10, 2024
1 parent 99d87ec commit 8d8ef54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extlib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"include": [
"./*/*.ts"
"./index.ts"
],
"exclude": ["../node_modules"]
}

0 comments on commit 8d8ef54

Please sign in to comment.