feat: add fake session adapter

This commit is contained in:
chungyeong
2026-05-10 01:27:43 +09:00
parent 1338e72e96
commit 017528b497
12 changed files with 695 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": false,
"emitDeclarationOnly": true,
"noEmit": false
},
"references": [],
"exclude": ["src/**/*.test.ts"]
}