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

Do not use relative paths #53

Closed
mightyiam opened this issue Dec 5, 2018 · 1 comment
Closed

Do not use relative paths #53

mightyiam opened this issue Dec 5, 2018 · 1 comment

Comments

@mightyiam
Copy link
Owner

tsconfigs/common.json

Lines 13 to 16 in 32fda89

// This is quite the standard, isn’t it?
// resolved relative to this file
"outDir": "../../lib",
"rootDir": "../../src",

tsconfigs/common.json

Lines 34 to 36 in 32fda89

"include": [
"../../src"
]

This works only when package is installed exactly in ./node_modules but that's an implementation detail.

@mightyiam
Copy link
Owner Author

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