anouncer now has common anuncer, basicly favoritutes

This commit is contained in:
RezHackXYZ 2025-05-10 19:40:24 +05:30
parent d0f11472c9
commit 6bcde94422
No known key found for this signature in database
9 changed files with 541 additions and 64 deletions

View file

@ -24,6 +24,12 @@
*/
"checkJs": true,
"types": ["svelte", "estree"],
"exclude": ["node_modules", "package.json", "package-lock.json"]
"exclude": [
"node_modules",
"package.json",
"package-lock.json",
"src/Confetti.js",
""
]
}
}