session service, username, password form

This commit is contained in:
Max Peintner
2023-05-16 17:34:52 +02:00
parent f149f1aebc
commit 8a190e28c6
20 changed files with 395 additions and 133 deletions

View File

@@ -3,12 +3,7 @@
"include": ["src/**/*.ts"],
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"paths": {
"#": ["."],
"*": ["./*"],
"#/*": ["./*"]
}
"rootDir": "src"
},
"exclude": ["dist", "build", "node_modules"]
}