-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: missing types when linting showcase-sdk (#1309)
## Proposed change When linting showcase-sdk, if the build of dependent packages was not done (which is the case in CI), types of dependent packages are interpreted by typescript as `any` because the tsconfig in showcase-sdk overrides paths defined in the root of the repository and, as a consequence, typescript does not find the source files defining the types. ## Related issues This PR supersedes #1306
- Loading branch information
Showing
2 changed files
with
2 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters