Major rewrites of data persistence, websocket, and user interface

This commit is contained in:
death-claw
2020-07-26 15:10:09 +01:00
parent 9b649b470f
commit 468639264a
3 changed files with 37 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"repoId": "65cf9772-12a2-4386-8124-a1813f7a18be",
"lastSync": 0
}
+11
View File
@@ -0,0 +1,11 @@
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
#
# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed
> 0.5%
last 2 versions
Firefox ESR
not dead
not IE 9-11
+22
View File
@@ -0,0 +1,22 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "esnext",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
}
}