mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 15:42:09 -05:00
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"target": "es2022",
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"moduleDetection": "force",
|
|
"isolatedModules": true,
|
|
"verbatimModuleSyntax": true,
|
|
"strict": true,
|
|
"moduleResolution": "Bundler",
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"lib": ["es2022"]
|
|
}
|
|
}
|