chore(extension): proper watchdog for inactive page selector (#835)

This commit is contained in:
Yury Semikhatsky
2025-08-05 14:18:04 -07:00
committed by GitHub
parent eab20aa69e
commit 20e1144c3b
2 changed files with 24 additions and 21 deletions

View File

@@ -8,6 +8,7 @@
"rootDir": "src",
"outDir": "./dist/lib",
"resolveJsonModule": true,
"types": ["chrome"],
"jsx": "react-jsx",
"jsxImportSource": "react"
},