-
Notifications
You must be signed in to change notification settings - Fork 23
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
allowImportingTsExtensions error when creating/building project #208
Comments
seems it was added in the new "compilerOptions": {
"allowImportingTsExtensions": false
}, |
it was resolved by adding the config on my macos. can you provide a repro if not, thanks! 🙏 |
@aladdin-add turning off that setting generates the following error:
to repo simply run |
@osbornm I was not able to repro🤔. I have pushed a new release. please provide a repro if you still encountered it, thanks! 🙏 |
@aladdin-add still happens using react-with-storybook option |
Current Behavior
If I run
npx dts-cli create hackend-frontend
and choose to create a React library, thedts build
step at the end of the process (and running that command manually) causes this error:I tried setting
allowImportingTsExtensions
to false in both tsconfigs (library and example) but I still get that error when trying to build.Your environment
The text was updated successfully, but these errors were encountered: