Adding a simple README

This commit is contained in:
2021-01-29 15:55:07 +01:00
parent 5e020810ae
commit f75c46d877
50 changed files with 15 additions and 0 deletions

10
server/tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"declaration": true,
"experimentalDecorators": true,
"target": "es6"
},
"include": [
"**/*.ts"
]
}