Add support for combined notifications

This commit is contained in:
2025-03-05 14:08:38 +01:00
parent 0ec71cfc8e
commit 4840617648
5 changed files with 83 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2023",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",