add users

This commit is contained in:
2025-05-11 18:16:46 +07:00
parent 56a0ea72c4
commit 56df7185f3
9 changed files with 1287 additions and 90 deletions

View File

@@ -12,10 +12,11 @@
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"strictNullChecks": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"noFallthroughCasesInSwitch": false
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false,
"lib": ["dom"] // dom.value is required for the browser
}
}
}