mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
fix: front-end improvements
makes some fields visible and other hidden depending on the result of some API calls, e.g. visitor is logged in -> show "Log out" button
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"outDir": "WebApp/wwwroot/js",
|
||||
"lib": [ "es2015", "dom" ]
|
||||
"lib": [ "es2017", "dom" ]
|
||||
},
|
||||
"include": [ "WebApp/ts/**/*" ],
|
||||
"compileOnSave": true
|
||||
|
||||
Reference in New Issue
Block a user