Set up typescript project

This commit is contained in:
Joscha 2023-08-03 14:32:49 +02:00
parent 838844a9d8
commit 658c523e9c
3 changed files with 32 additions and 0 deletions

5
static/main.ts Normal file
View file

@ -0,0 +1,5 @@
function main() {
alert("Hello world!");
}
main();