Skip to content

fix: configure plugins on tsconfig.dev.json - #6

Merged
sam-goodwin merged 3 commits into
mainfrom
fix-tsconfig-dev
Jun 11, 2022
Merged

fix: configure plugins on tsconfig.dev.json#6
sam-goodwin merged 3 commits into
mainfrom
fix-tsconfig-dev

Conversation

@sam-goodwin

Copy link
Copy Markdown
Contributor

Fixes #5

We were not adding the compiler plugins to the tsconfig.dev.json, so tests were not running the transformer plugin and therefore functionless was broken.

This change updates the Functionless projen Component to add the plugins to tsconfig.dev.json. No change is required from the user - just update to the new version.

@sam-goodwin
sam-goodwin requested a review from thantos June 11, 2022 01:52
Comment thread src/component.ts Outdated
Comment thread API.md Outdated
@sam-goodwin sam-goodwin added the bug Something isn't working label Jun 11, 2022
@sam-goodwin
sam-goodwin merged commit 7cbfda4 into main Jun 11, 2022
@sam-goodwin
sam-goodwin deleted the fix-tsconfig-dev branch June 11, 2022 02:00
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.

Compiler plug-ins missing from tsconfig.dev.json

2 participants