Ajout RSS + Tentative fix lecture de musique HS

This commit is contained in:
Angels-dev
2024-02-24 01:33:52 +01:00
parent 07d54abdba
commit 397a45e371
12 changed files with 4637 additions and 4568 deletions

View File

@@ -11,5 +11,6 @@
"strict": true, /* Enable all strict type-checking options. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["./src/**/*"]
}
"include": ["./src/**/*"],
"exclude": ["./src/utilsAMP/**/*", "./src/utilsCrack/**/*"]
}