feat(thank-you): payment instructions extension (GiroCode + bank details) for manual payment orders

This commit is contained in:
Gerhard Scheikl
2026-05-09 20:48:08 +02:00
parent 93aec2f368
commit 884070cddc
7 changed files with 360 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"jsx": "react-jsx",
"jsxImportSource": "preact",
"strict": true,
"skipLibCheck": true,
"isolatedModules": true,
"noEmit": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": ["src/**/*"]
}