Skip to content

Commit a74b1fa

Browse files
committed
chore: set tsconfig for TS references use
1 parent 40ed83a commit a74b1fa

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

apps/backend-convex/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"composite": true,
55
"types": [
66
"vitest"
7-
]
7+
],
8+
"emitDeclarationOnly": true,
9+
"outDir": ".output/tsc"
810
},
911
"include": [
1012
"./convex/**/*",

apps/backend/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"types": [
66
"vitest",
77
"@ark/schema"
8-
]
8+
],
9+
"emitDeclarationOnly": true,
10+
"outDir": ".output/tsc"
911
},
1012
"references": [
1113
{

0 commit comments

Comments
 (0)