Skip to content

Commit 10068dd

Browse files
author
tomsdev
committed
Add a sample typescript project to try the plugin
1 parent fa96938 commit 10068dd

File tree

4 files changed

+780
-0
lines changed

4 files changed

+780
-0
lines changed

Sample/ext.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
function funcExt() {
2+
return "funcExt called";
3+
}

0 commit comments

Comments
 (0)