Merge pull request #1584 from useautumn/fix/server-tsconfig

fix: server tsconfig
This commit is contained in:
John Yeo
2026-05-16 20:34:24 +01:00
committed by GitHub
3 changed files with 5 additions and 9 deletions

4
.gitignore vendored
View File

@@ -152,4 +152,6 @@ server/.turbo
./AGENTS.md
./CLAUDE.md
./CLAUDE.md
notes.txt

2
ai

Submodule ai updated: 761b842553...ade6ce69f0

View File

@@ -41,13 +41,7 @@
// Explicitly set drizzle-orm path to avoid monorepo issues
"drizzle-orm": ["../node_modules/drizzle-orm"],
"drizzle-orm/*": ["../node_modules/drizzle-orm/*"],
"@better-auth/core": ["../node_modules/@better-auth/core"],
"@better-auth/core/*": ["../node_modules/@better-auth/core/*"],
"hono": ["../node_modules/hono"],
"hono/*": ["../node_modules/hono/*"]
"drizzle-orm/*": ["../node_modules/drizzle-orm/*"]
}
},
"include": ["src", "tests", "scripts", "experiments", "perf"],