wallet wip

This commit is contained in:
Kara Engelhardt
2026-07-07 18:09:47 +02:00
parent 6ff3f55e68
commit 9f7a3664b2
15 changed files with 400 additions and 143 deletions
+4 -2
View File
@@ -3,7 +3,9 @@
"src/pretix/static/**/*",
"src/pretix/static/**/*.vue",
"src/pretix/plugins/webcheckin/**/*",
"src/pretix/plugins/webcheckin/**/*.vue"
"src/pretix/plugins/webcheckin/**/*.vue",
"src/pretix/plugins/wallet/**/*",
"src/pretix/plugins/wallet/**/*.vue"
],
"compilerOptions": {
"baseUrl": ".",
@@ -11,7 +13,7 @@
"strict": false,
"allowJs": true,
"checkJs": true,
"target": "esnext",
"target": "es2025",
"module": "esnext",
"moduleResolution": "bundler",
"resolveJsonModule": true,