fix #861 : Verify file download

This commit is contained in:
Sidharth Vinod
2022-06-27 15:06:24 +05:30
parent 16f032328d
commit aa31a2a095
10 changed files with 58 additions and 12 deletions
+3
View File
@@ -7,5 +7,8 @@
"cypress/**/*.js",
"static/**/*.js"
],
"compilerOptions": {
"allowSyntheticDefaultImports": true
},
"extends": "./.svelte-kit/tsconfig.json"
}