change background.js into split typescript files for better managemand and build background.js from typescript

This commit is contained in:
2026-05-01 19:28:36 +02:00
parent fb78fd0471
commit 7ee664153b
17 changed files with 2261 additions and 1636 deletions
+9 -2
View File
@@ -1,4 +1,11 @@
__pycache__/
.vscode/
# TypeScript / Node
extension/background.js
node_modules/
dist/
# Python
__pycache__/
*.pyc
# IDE
.vscode/