Supported offline for the app along with small fixes

This commit is contained in:
Administrator
2019-05-04 22:42:44 +05:30
parent 745ecdb2e1
commit 7e4dc2a587
10 changed files with 181 additions and 44 deletions

View File

@@ -35,7 +35,8 @@
},
"include": [
"src/**/*"
"src/**/*",
"index.d.ts"
],
"exclude": [
"node_modules",
@@ -46,4 +47,4 @@
"jest",
"src/setupTests.ts"
]
}
}