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

Support custom TypeScript configuration #835

Open
sodic opened this issue Nov 25, 2022 · 2 comments
Open

Support custom TypeScript configuration #835

sodic opened this issue Nov 25, 2022 · 2 comments
Labels

Comments

@sodic
Copy link
Contributor

sodic commented Nov 25, 2022

Update 22.08.2024

This issue should solve itself automatically after we close these two:

Original issue

The tsconfig.json files in user source only have effect on IDE support. Our users have no way of configuring the TypeScript compiler, neither for the server nor for the client.

They even get different errors in the IDE than in the terminal, which is very confusing.

We should allow them to specify desired flags in their tsconfig.json files and merge it with our tsconfig.json files (i.e., the ones we actually use when compiling).

@Martinsos
Copy link
Member

Possibly somewhat related to #734

@sodic
Copy link
Contributor Author

sodic commented Feb 29, 2024

Wasp 0.12.0 shifted the goals for this issue (i.e., we no longer have different files for configuring TS on client and server), but the rest is still relevant.

Related: #1827

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants