simple login page

This commit is contained in:
talksik
2022-03-12 14:57:49 -05:00
parent b341a7ed28
commit 19cad8fa34
12 changed files with 100 additions and 22 deletions
+6 -2
View File
@@ -4,7 +4,8 @@
"lib": [
"dom",
"dom.iterable",
"esnext"
"esnext",
"es6"
],
"allowJs": true,
"skipLibCheck": true,
@@ -18,7 +19,10 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true
},
"include": [
"src"