mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
22 lines
429 B
JSON
22 lines
429 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"customConditions": [],
|
|
"composite": false,
|
|
"noEmit": true
|
|
},
|
|
"include": ["packages/*/src/**/*.ts"],
|
|
"exclude": [
|
|
"**/dist/**",
|
|
"**/node_modules/**",
|
|
"**/*.test.ts",
|
|
"**/demo/**",
|
|
"**/docs/**",
|
|
"**/e2e/**",
|
|
"**/test/**",
|
|
"packages/better-auth/src/**",
|
|
"packages/core/src/**",
|
|
"packages/electron/src/**"
|
|
]
|
|
}
|