1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

changed uploader to fetch hidden files

This commit is contained in:
muerwre 2019-08-07 17:44:00 +07:00
parent 20bb0ec13b
commit 1aff4d5b73
8 changed files with 51 additions and 34 deletions

View file

@ -18,6 +18,6 @@
"~/*": ["src/*"]
}
},
"include": ["./src/**/*", "./custom.d.ts"],
"include": ["./src/index.tsx", "./custom.d.ts"],
"exclude": ["./__tests__/**/*"]
}