Skip to content

Commit cf70d57

Browse files
committed
Fix build. I hope.
1 parent 246b8b4 commit cf70d57

3 files changed

Lines changed: 0 additions & 16 deletions

File tree

artifacts/api-server/tsconfig.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,4 @@
66
"types": ["node"]
77
},
88
"include": ["src"],
9-
"references": [
10-
{
11-
"path": "../../lib/api-zod"
12-
}
13-
]
149
}

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,4 @@
22
"extends": "./tsconfig.base.json",
33
"compileOnSave": false,
44
"files": [],
5-
"references": [
6-
{
7-
"path": "./lib/api-client-react"
8-
},
9-
{
10-
"path": "./lib/api-zod"
11-
}
12-
]
135
}

0 commit comments

Comments
 (0)