Set up typescript project
This commit is contained in:
parent
838844a9d8
commit
658c523e9c
3 changed files with 32 additions and 0 deletions
5
static/main.ts
Normal file
5
static/main.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
function main() {
|
||||
alert("Hello world!");
|
||||
}
|
||||
|
||||
main();
|
||||
Loading…
Add table
Add a link
Reference in a new issue