Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added package path in tsconfig.json #52

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

pnicolli
Copy link
Contributor

Added paths configuration for the package in the tsconfig so typescript can find imports correctly, for example:

import type { MyBlockProps } from '@redturtle/volto-blocks/components/blocks/MyBlock/schema';

Added paths configuration for the package in the tsconfig so typescript can find imports correctly, for example:

```typescript
import type { MyBlockProps } from '@redturtle/volto-blocks/components/blocks/MyBlock/schema';
````
@pnicolli pnicolli requested a review from sneridagh as a code owner August 13, 2024 08:53
@ericof ericof merged commit 13fc28a into main Sep 13, 2024
7 checks passed
@ericof ericof deleted the pnicolli-frontend-tsconfig-paths branch September 13, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants