Skip to content

Conversation

lambertjamesd
Copy link
Contributor

To get the make build working with index.ts imports a the root of a module I had to add

            "@lucid/injector": [
                "../injector"
            ], 
            "@lucid/injector/*": [
                "../injector/*"
            ], 

To the tsconfig for the importing module. Notice the duplicated import. One with and * and one without. Having this mangled the import structure. This change causes the formatter to correctly handle the import

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.

1 participant