adding parts to be able to build and deploy the project

This commit is contained in:
2025-12-13 16:19:33 +03:30
parent 69cb78ab92
commit aaa623fa3f
10 changed files with 16 additions and 10 deletions

View File

@@ -12,5 +12,5 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.d.tsx", "src/**/*.vue"]
}