Properly check if a url match is a project / repository

This commit is contained in:
Rohid
2024-08-26 16:11:15 +06:00
parent 410ccc0f78
commit 3d1038de01
17 changed files with 242 additions and 77 deletions

View File

@@ -13,7 +13,8 @@
"outDir": "lib",
"lib": ["es2015", "es2016", "es2017", "dom"],
"baseUrl": "./",
"paths": {}
"paths": {},
"strictNullChecks": true
},
"exclude": []
}