Add server screen

This commit is contained in:
schmelczerandras 2020-10-16 23:26:03 +02:00
parent 89fafeafd3
commit e2129bbb26
20 changed files with 672 additions and 174 deletions

View file

@ -13,5 +13,6 @@
"module": "commonjs",
"composite": true,
"lib": ["dom", "es2017"]
}
},
"include": ["src/**/*.ts"]
}