fix: update login

This commit is contained in:
Maël Gangloff
2024-07-22 13:39:45 +02:00
parent 9e8523fa53
commit 1642767993
12 changed files with 33 additions and 10851 deletions

View File

@@ -1,21 +0,0 @@
{
"compilerOptions": {
"target": "es5",
"jsx": "react",
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"esModuleInterop": true,
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true
},
"include": [
"assets/**/*"
]
}