search page

This commit is contained in:
2024-05-20 18:27:38 +05:00
parent 891204f2b4
commit a9fa869e4c
28 changed files with 629 additions and 218 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"lib": ["ESNext.Array", "DOM", "ESNext", "DOM.Iterable", "ES2020"],
"module": "ESNext",
"skipLibCheck": true,