implement a basic alerts template

This commit is contained in:
2025-07-25 23:54:02 +01:00
parent a9c89cd616
commit 15c8abc2c3
15 changed files with 194 additions and 34 deletions

9
tsconfig.web.json Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"lib": ["DOM", "ES2020"]
},
"include": ["src/web/chatWidget/www/**/*", "src/web/alerts/www/**/*"]
}