Skip to content

Commit 476c581

Browse files
committed
initialized typescript
0 parents  commit 476c581

14 files changed

+912
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/node_modules
2+
/build

index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log("hello COK");

0 commit comments

Comments
 (0)