Initial commit

This commit is contained in:
Ian Gulliver
2020-05-03 22:51:16 +00:00
commit de64089453
10 changed files with 1394 additions and 0 deletions

11
static/tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"outFile": "remote.js",
"strict": true,
"target": "es2017"
},
"files": [
"remote.ts"
]
}