Skip to content

Commit

Permalink
Remove unused code and update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sowri19 committed Feb 20, 2024
1 parent b484ff5 commit 82d7777
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"forceConsistentCasingInFileNames": true,
"sourceMap": true
},
"include": ["./**/*.ts"],
"include": ["./**/*.ts", "index.js"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 82d7777

Please sign in to comment.