working on imports, maybe not worth it for the content script, it can't be an es module

This commit is contained in:
Jack Case
2025-11-06 01:38:17 +00:00
parent 83bc5190a7
commit 8cc0f3aa64
6 changed files with 25 additions and 18 deletions

View File

@@ -6,6 +6,7 @@
"lib": ["ES7", "DOM"],
"sourceMap": true,
"target": "esnext",
"baseUrl": "src/"
"baseUrl": "src/",
"module": "esnext"
}
}