switch to a library with ts support out of the box, idb

This commit is contained in:
Jack Case
2025-12-10 20:15:50 +00:00
parent f71467fdf8
commit dbe14c9b25
7 changed files with 24 additions and 26 deletions

View File

@@ -8,7 +8,7 @@
"compilerOptions": {
"allowJs": true,
"outDir": "scripts",
"lib": ["ES7", "DOM"],
"lib": ["ESNext", "DOM"],
// "noImplicitAny": true,
"noFallthroughCasesInSwitch": true,
@@ -18,7 +18,7 @@
"target": "esnext",
"baseUrl": ".",
"paths": {
"indexeddb-promise/*": ["node_modules/@coderundebug/indexeddb-promise/*"]
"/idb/*": ["node_modules/idb/build/*"]
},
"module": "nodenext",