Skip to content

Commit 2d97375

Browse files
author
--global
committed
add ts support (needs updated vsc-leetcode-cli)
1 parent d1307f1 commit 2d97375

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/shared.ts

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const languages: string[] = [
3636
"rust",
3737
"scala",
3838
"swift",
39+
"typescript"
3940
];
4041

4142
export const langExt: Map<string, string> = new Map([
@@ -55,6 +56,7 @@ export const langExt: Map<string, string> = new Map([
5556
["rust", "rs"],
5657
["scala", "scala"],
5758
["swift", "swift"],
59+
["typescript", "ts"]
5860
]);
5961

6062
export enum ProblemState {

0 commit comments

Comments
 (0)