initial commit

This commit is contained in:
aman.singh
2022-12-03 16:43:36 +05:30
parent bd3d793f00
commit 04408aeb3f
24 changed files with 982 additions and 172 deletions

View File

@@ -5,6 +5,11 @@
/* Visit https://aka.ms/tsconfig.json to read more about this file */
/* Completeness */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"paths": {
"@navi/RN-UI/*":[
"./RN-UI-LIB/src/componets/*"
]
}
}
}