push service

This commit is contained in:
toni
2026-03-13 21:54:43 +01:00
parent 71ca4d81e1
commit 29c6828dd1
23 changed files with 526 additions and 137 deletions
+3 -1
View File
@@ -54,7 +54,9 @@
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"preserveWatchOutput": true,
"esModuleInterop": true
},
"files": ["./src/index.ts"],
"include": ["src", "./package.json"]