chore: add comments to document the codebase

This commit is contained in:
khalil-chermiti 2024-03-09 17:43:54 +01:00
parent 647bc3a7c7
commit e46499e9b5
4 changed files with 80 additions and 25 deletions

View file

@ -0,0 +1,13 @@
{
"entryFilePath": "src/api/v2.js",
"alias": {},
"resolveExtensions": [
".js",
".jsx",
".ts",
".tsx",
".vue",
".scss",
".less"
]
}