Login Skeleton

This commit is contained in:
sprechtl 2022-09-23 00:06:18 +02:00
parent 5351cec9dc
commit bcd03eeeda
5 changed files with 121 additions and 9 deletions

View file

@ -4,6 +4,7 @@
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,