refactor: notification on file exist and main view

This commit is contained in:
Methapon2001 2023-11-29 15:26:18 +07:00
parent d7f1cf1bac
commit cbad753124
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
9 changed files with 1462 additions and 1037 deletions

View file

@ -1,5 +1,5 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {