extension builds as I want it to.

This commit is contained in:
Jack Case
2025-12-10 17:20:08 +00:00
parent eaae532f4f
commit f71467fdf8
2 changed files with 16 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
"include": [
"src/**/*",
"node_modules/altcha/*",
"node_modules/@coderundebug/indexeddb-promise/*"
// "node_modules/@coderundebug/indexeddb-promise/*"
],
"compilerOptions": {
@@ -10,7 +10,7 @@
"outDir": "scripts",
"lib": ["ES7", "DOM"],
"noImplicitAny": true,
// "noImplicitAny": true,
"noFallthroughCasesInSwitch": true,
"sourceMap": true,