We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ed83a commit a74b1faCopy full SHA for a74b1fa
2 files changed
apps/backend-convex/tsconfig.json
@@ -4,7 +4,9 @@
4
"composite": true,
5
"types": [
6
"vitest"
7
- ]
+ ],
8
+ "emitDeclarationOnly": true,
9
+ "outDir": ".output/tsc"
10
},
11
"include": [
12
"./convex/**/*",
apps/backend/tsconfig.json
@@ -5,7 +5,9 @@
"vitest",
"@ark/schema"
"references": [
13
{
0 commit comments