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

[Bug]: no tsconfig.json for generated projects #1682

Open
vscaiceanu-1a opened this issue Apr 18, 2024 · 2 comments · May be fixed by #2650
Open

[Bug]: no tsconfig.json for generated projects #1682

vscaiceanu-1a opened this issue Apr 18, 2024 · 2 comments · May be fixed by #2650
Labels
bug Something isn't working priority:medium quick

Comments

@vscaiceanu-1a
Copy link
Member

Package name

workspace

Package version

10.1.5

Reproduction steps

Create a new Otter app and generate an application or a lib within

Current result

There's no tsconfig.json file in the project.

Expected result

We should have a tsconfig.json for each project (lib or app) for the IDE

Additional comments

No response

@vscaiceanu-1a vscaiceanu-1a added the bug Something isn't working label Apr 18, 2024
@kpanot
Copy link
Contributor

kpanot commented May 20, 2024

There is actually a tsconfig.json.template in the library generator:

Is it an issue only in Nx workspace? Or an issue in the template generation globally?

@vscaiceanu-1a
Copy link
Member Author

Actually libs seem to be ok, but there is no tsconfig for apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:medium quick
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants