let's just not bother with imports for the content script

This commit is contained in:
Jack Case
2025-11-06 16:47:40 +00:00
parent 8cc0f3aa64
commit 71545bb08e
4 changed files with 13 additions and 22 deletions

View File

@@ -7,6 +7,7 @@
"sourceMap": true,
"target": "esnext",
"baseUrl": "src/",
"module": "esnext"
"module": "esnext",
"noFallthroughCasesInSwitch": true
}
}