styling(core): add star background

This commit is contained in:
2025-08-21 01:58:06 +02:00
parent 8922465d60
commit 8d8aee3fbd
7 changed files with 124 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"isolatedModules": false,
"isolatedModules": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "ES2022",