Files
better-auth/packages/stripe/tsconfig.json
2026-03-31 16:08:21 +00:00

16 lines
290 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["./src", "./package.json"],
"compilerOptions": {
"lib": ["esnext", "dom", "dom.iterable"]
},
"references": [
{
"path": "../better-auth/tsconfig.json"
},
{
"path": "../core/tsconfig.json"
}
]
}