Commit e81f43c
authored
fix(sandbox): drop inherited tsconfig paths in package build (#115)
* fix(sandbox): drop inherited tsconfig paths in package build
The root tsconfig maps @bunny.net/openapi-client to its source files so
the repo builds without a prebuild step. The sandbox package build
inherited that mapping, pulling openapi-client sources into its program
and failing rootDir checks in the publish workflow. Override paths so
the build resolves openapi-client through its dist exports instead.
* fix(sandbox): drop inherited tsconfig paths in package build
The root tsconfig maps @bunny.net/openapi-client to its source files so
the repo builds without a prebuild step. The sandbox package build
inherited that mapping, pulling openapi-client sources into its program
and failing rootDir checks in the publish workflow. Override paths so
the build resolves openapi-client through its dist exports instead.1 parent 93da252 commit e81f43c
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
0 commit comments