feat: add fake session adapter
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"composite": false,
|
||||
"declaration": false,
|
||||
"declarationMap": false,
|
||||
"noEmit": true,
|
||||
"types": ["node", "vitest"]
|
||||
"types": ["node", "vitest"],
|
||||
"paths": {
|
||||
"@devflow/core": ["packages/core/src/index.ts"],
|
||||
"@devflow/db": ["packages/db/src/index.ts"],
|
||||
"@devflow/session": ["packages/session/src/index.ts"]
|
||||
}
|
||||
},
|
||||
"include": ["apps/**/*.ts", "packages/**/*.ts", "scripts/**/*.ts", "tests/**/*.ts", "*.ts"]
|
||||
"include": ["apps/**/*.ts", "packages/**/*.ts", "scripts/**/*.ts", "tests/**/*.ts", "*.ts"],
|
||||
"exclude": ["**/dist/**"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user