Add nanoid

This commit is contained in:
Chris Veleris 2025-08-04 23:43:36 +03:00 committed by Chris
parent e081ed622a
commit 3599bc2b60
50 changed files with 1803 additions and 377 deletions

View file

@ -5,7 +5,7 @@
"module": "esnext",
"moduleResolution": "node",
"jsx": "react",
"strict": true,
"strict": false,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,