mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"lib": ["esnext", "dom", "dom.iterable"]
|
|
},
|
|
"include": ["src"]
|
|
}
|