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

Coherent imports #23

Open
sambaptista opened this issue Aug 26, 2019 · 0 comments
Open

Coherent imports #23

sambaptista opened this issue Aug 26, 2019 · 0 comments

Comments

@sambaptista
Copy link
Member

sambaptista commented Aug 26, 2019

Code source :

Same module :

import { qqch } from './components/qqch.component.ts';

Other module :

import { qqch } from '@ecodev/natural';

tsconfig.lib.json -> path qui fait une correspondance entre @ecodev/natural et /lib/search/

Testing

Same module files :

import { qqch } from '/public-api.ts';

Other modules files :

import { qqch } from '@ecodev/natural';

tsconfig.testing.json -> path qui fait une correspondance entre @ecodev/natural et ./

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

No branches or pull requests

1 participant