Skip to content

Commit

Permalink
fix(carousel): type problem solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Mert Can Altin committed Sep 3, 2024
1 parent d6dced3 commit 67eb936
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"allowSyntheticDefaultImports": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"esModuleInterop": true,
"types": ["node"]
"esModuleInterop": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
Expand Down

0 comments on commit 67eb936

Please sign in to comment.