Reworked frontend to be CRUD compliant and added tests

This commit is contained in:
2022-09-26 06:28:41 +02:00
parent d25981f5ec
commit 0d4622991a
33 changed files with 425 additions and 175 deletions

View File

@@ -2,6 +2,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": ["es5", "es6", "dom", "dom.iterable"],
"outDir": "./out-tsc/app",
"types": []
},