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

Fix paths location in type tests tsconfig.json #183

Merged
merged 1 commit into from
Oct 20, 2021

Conversation

chriskrycho
Copy link
Collaborator

@chriskrycho chriskrycho commented Oct 14, 2021

paths should be in the compilerOptions hash, and should map from the root of the repo. It should include only the addon (not tests) and the path for the destroyable polyfill. In the future, we should revert to using ember ts:precompile and look things up from the root again, but this works to unblock us for now.

@chriskrycho chriskrycho added the bug Something isn't working label Oct 14, 2021
@chriskrycho chriskrycho force-pushed the fix-type-test-tsconfig branch 2 times, most recently from 58cf70a to d63c6fb Compare October 14, 2021 20:17
`paths` should be in the `compilerOptions` hash, and should map from the
root of the repo. It should include *only* the addon (not tests) and the
path for the destroyable polyfill. In the future, we should revert to
using `ember ts:precompile` and look things up from the root again, but
this works to unblock us for now.
@chriskrycho chriskrycho force-pushed the fix-type-test-tsconfig branch from d63c6fb to 5d5c64b Compare October 14, 2021 20:42
@nlfurniss nlfurniss merged commit 4f6f1c5 into main Oct 20, 2021
@delete-merged-branch delete-merged-branch bot deleted the fix-type-test-tsconfig branch October 20, 2021 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants