modify stripe client

This commit is contained in:
Yudi Xiao
2025-10-13 17:02:16 +08:00
commit 2ff4a999fa
18 changed files with 4679 additions and 0 deletions

10
tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"lib": ["esnext", "dom", "dom.iterable"],
"moduleResolution": "bundler"
},
"include": ["src"]
}