Skip to content

Commit

Permalink
changed ts to js
Browse files Browse the repository at this point in the history
  • Loading branch information
skifton committed Dec 7, 2023
1 parent 017f2e9 commit 123c6c3
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 @@ -11,6 +11,6 @@
"moduleResolution": "node",
"lib": ["es2018"]
},
"include": ["index.ts", "cli.ts"],
"include": ["index.js", "cli.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 123c6c3

Please sign in to comment.