- Caricamento Video

This commit is contained in:
Surya Paolo
2025-12-19 22:59:13 +01:00
parent 99d623da79
commit 7b746e3b6f
21 changed files with 1562 additions and 25 deletions

View File

@@ -6,7 +6,6 @@
"target": "ESNext",
"jsx": "react-jsx",
"strict": true,
"baseUrl": "./",
"skipLibCheck": true,
"allowJs": true,
@@ -88,6 +87,12 @@
"@icons": [
"src/public/myicons/*"
],
"@types/*": [
"src/types/*"
],
"@services/*": [
"src/services/*"
],
"@images": [
"src/public/images/*"
],