Skip to content

Commit

Permalink
Update tsconfig.json to include type definitions
Browse files Browse the repository at this point in the history
Removed the redundant "exclude" directive for type definitions, ensuring the types are now properly included. This change improves type resolution and aligns the configuration with the intended usage of the project.
  • Loading branch information
bbalganjjm committed Dec 17, 2024
1 parent 1c6c6b0 commit d24743e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"strict": true,
"types": ["js/natural_js/@types"]
},
"exclude": ["js/natural_js/@types"],
"watchOptions": {
"watchFile": "useFsEvents",
"watchDirectory": "useFsEvents",
Expand Down

0 comments on commit d24743e

Please sign in to comment.