Add File Drag/Drop ability

This commit is contained in:
Dustin Brett
2021-04-03 22:33:11 -07:00
parent 94554dc34b
commit 29489f8138
4 changed files with 75 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"downlevelIteration": true,
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,